]> git.ipfire.org Git - thirdparty/git.git/shortlog
thirdparty/git.git
2007-11-03  Daniel BarkalowMiscellaneous const changes and utilities
2007-11-02  Junio C HamanoMerge branch 'maint'
2007-11-02  Junio C HamanoMerge branch 'ph/parseopt'
2007-11-02  Junio C HamanoMerge branch 'np/progress'
2007-11-02  Jonathan del... Fixing path quoting in git-rebase
2007-11-02  Junio C HamanoMerge branch 'br/gccfix'
2007-11-02  Junio C HamanoMerge branch 'gp/maint-diffdoc'
2007-11-02  Junio C HamanoMerge branch 'bk/maint-cvsexportcommit' into maint
2007-11-02  Kristian HøgsbergRemove unecessary hard-coding of EDITOR=':' VISUAL...
2007-11-02  Sergei OrganovDocumentation: quote commit messages consistently.
2007-11-02  Jonas FonsecaRemove escaping of '|' in manpage option sections
2007-11-02  Blake Ramsdelltransport.c: squelch a gcc 4.0.1 complaint about an...
2007-11-02  James Bowesgc: use parse_options
2007-11-02  Junio C HamanoMerge branch 'maint'
2007-11-02  Gerrit Papegit-diff.txt: add section "output format" describing...
2007-11-01  Junio C HamanoMerge branch 'bk/maint-cvsexportcommit'
2007-11-01  Alex RiesenDo no colorify test output if stdout is not a terminal
2007-11-01  Nicolas PitreShow total transferred as part of throughput progress
2007-11-01  Nicolas Pitremake sure throughput display gets updated even if progr...
2007-11-01  Nicolas Pitrereturn the prune-packed progress display to the inner...
2007-11-01  Sergei Organovgit-format-patch.txt: fix explanation of an example.
2007-11-01  Sergei Organovgit-filter-branch.txt: fix a typo.
2007-11-01  Ralf Wildenhuesgit-clone.txt: Improve --depth description.
2007-11-01  Jakub Narebskigitweb: Update config file example for snapshot feature...
2007-11-01  Junio C HamanoMerge branch 'js/forkexec'
2007-11-01  Junio C HamanoMerge branch 'sp/mergetool'
2007-11-01  Junio C HamanoMerge branch 'sp/help'
2007-11-01  Junio C HamanoMerge branch 'kh/commit'
2007-11-01  Brad Kingcvsexportcommit: fix for commits that do not have parents
2007-10-31  Junio C HamanoMerge branch 'maint' to catch up with 1.5.3.5
2007-10-31  Junio C HamanoGIT 1.5.3.5 v1.5.3.5
2007-10-31  Junio C HamanoMerge branch 'maint' into HEAD
2007-10-31  Junio C HamanoMerge branch 'nd/worktree' into HEAD
2007-10-31  Junio C HamanoMerge branch 'cc/skip' into HEAD
2007-10-31  Junio C HamanoMerge branch 'jk/send-pack' into HEAD
2007-10-31  Junio C HamanoMerge branch 'lt/rename' into HEAD
2007-10-31  Junio C HamanoMerge branch 'jn/web' into HEAD
2007-10-31  Junio C HamanoMerge branch 'ds/gitweb' into HEAD
2007-10-31  Junio C HamanoMerge branch 'js/rebase' into HEAD
2007-10-31  Gerrit PapeNo longer install git-svnimport, move to contrib/examples
2007-10-31  Junio C HamanoUpdate GIT 1.5.3.5 Release Notes
2007-10-31  Björn Steinbrinkgit-rebase--interactive.sh: Make 3-way merge strategies...
2007-10-31  Björn Steinbrinkgit-rebase--interactive.sh: Don't pass a strategy to...
2007-10-31  Björn SteinbrinkFix --strategy parsing in git-rebase--interactive.sh
2007-10-31  Lars HjemliMake merge-recursive honor diff.renamelimit
2007-10-30  Nicolas Pitrecherry-pick/revert: more compact user direction message
2007-10-30  Sergei Organovcore-tutorial: Use new syntax for git-merge.
2007-10-30  Junio C Hamanogit-merge: document but discourage the historical syntax
2007-10-30  Junio C HamanoPrevent send-pack from segfaulting (backport from ...
2007-10-30  Emil MedveFixed a command line option type for builtin-fsck.c
2007-10-30  Nicolas Pitreadd throughput display to git-push
2007-10-30  Nicolas Pitreadd some copyright notice to the progress display code
2007-10-30  Nicolas Pitreadd throughput display to index-pack
2007-10-30  Nicolas Pitreadd throughput to progress display
2007-10-30  Nicolas Pitrerelax usage of the progress API
2007-10-30  Nicolas Pitremake struct progress an opaque type
2007-10-30  Nicolas Pitreprune-packed: don't call display_progress() for every...
2007-10-30  Michael W.... Documentation/git-cvsexportcommit.txt: s/mgs/msg/ in...
2007-10-30  Jakub Narebskigitweb: Fix and simplify "split patch" detection
2007-10-30  Nguyễn Thái... git-sh-setup.sh: use "git rev-parse --show-cdup" to...
2007-10-30  Pierre HabouzitMake builtin-pack-refs.c use parse_options.
2007-10-30  Pierre HabouzitMake builtin-name-rev.c use parse_options.
2007-10-30  Pierre HabouzitMake builtin-count-objects.c use parse_options.
2007-10-30  Pierre HabouzitMake builtin-fsck.c use parse_options.
2007-10-30  Jonas FonsecaUpdate manpages to reflect new short and long option...
2007-10-30  Pierre HabouzitMake builtin-for-each-ref.c use parse-opts.
2007-10-30  Pierre HabouzitMake builtin-symbolic-ref.c use parse_options.
2007-10-30  Pierre HabouzitMake builtin-update-ref.c use parse_options
2007-10-30  Pierre HabouzitMake builtin-revert.c use parse_options.
2007-10-30  Pierre HabouzitMake builtin-describe.c use parse_options
2007-10-30  Pierre HabouzitMake builtin-branch.c use parse_options.
2007-10-30  Pierre HabouzitMake builtin-mv.c use parse-options
2007-10-30  Pierre HabouzitMake builtin-rm.c use parse_options.
2007-10-30  Kristian HøgsbergPort builtin-add.c to use the new option parser.
2007-10-30  Pierre Habouzitparse-options: allow callbacks to take no arguments...
2007-10-30  Johannes Schindelinparse-options: Allow abbreviated options when unambiguous
2007-10-30  Pierre HabouzitAdd shortcuts for very often used options.
2007-10-30  Pierre Habouzitparse-options: make some arguments optional, add callbacks.
2007-10-30  Alex RiesenRework make_usage to print the usage message immediately
2007-10-30  Johannes SchindelinAdd tests for parse-options.c
2007-10-30  Pierre Habouzitparse-options: be able to generate usages automatically
2007-10-30  Pierre HabouzitAdd a simple option parser.
2007-10-30  Scott R Parishshell should call the new setup_path() to setup $PATH
2007-10-30  Scott R Parishinclude $PATH in generating list of commands for "help -a"
2007-10-30  Scott R Parishuse only the $PATH for exec'ing git commands
2007-10-30  Scott R Parishlist_commands(): simplify code by using chdir()
2007-10-30  Scott R Parish"current_exec_path" is a misleading name, use "argv_exe...
2007-10-30  Scott R Parishremove unused/unneeded "pattern" argument of list_commands
2007-10-30  Scott R Parish"git" returns 1; "git help" and "git help -a" return 0
2007-10-30  Daniel BarkalowCorrect handling of upload-pack in builtin-fetch-pack
2007-10-30  Lars KnollSpeedup scanning for excluded files.
2007-10-29  Junio C HamanoRelNotes-1.5.4: describe recent updates
2007-10-29  Lars HjemliTeach git-pull about --[no-]ff, --no-squash and --commit
2007-10-29  Christian CouderBisect: add "skip" to the short usage string.
2007-10-29  Junio C HamanoMerge branch 'maint'
2007-10-29  Dan McGeeRemove outdated references to cogito in documentation
2007-10-29  Junio C HamanoRelNotes-1.5.3.5: describe recent fixes
2007-10-29  Junio C Hamanomerge-recursive.c: mrtree in merge() is not used before set
2007-10-29  Junio C Hamanosha1_file.c: avoid gcc signed overflow warnings
2007-10-29  Benoit Sigourecore-tutorial: Catch up with current Git
next