12148 Commits (bd6ba4d28bf75b0857b3c81aa8bca8e454d9e79e)
 

Author SHA1 Message Date
Junio C Hamano 5153399c9b Merge branch 'js/rebase' into HEAD 18 years ago
Gerrit Pape fee9832a8d No longer install git-svnimport, move to contrib/examples 18 years ago
Junio C Hamano 0bdb5af7a5 Update GIT 1.5.3.5 Release Notes 18 years ago
Björn Steinbrink f91333d646 git-rebase--interactive.sh: Make 3-way merge strategies work for -p. 18 years ago
Björn Steinbrink 2a9c53e03d git-rebase--interactive.sh: Don't pass a strategy to git-cherry-pick. 18 years ago
Björn Steinbrink 3524b282da Fix --strategy parsing in git-rebase--interactive.sh 18 years ago
Lars Hjemli 07b45f8c17 Make merge-recursive honor diff.renamelimit 18 years ago
Nicolas Pitre 04bd8e5fea cherry-pick/revert: more compact user direction message 18 years ago
Sergei Organov ba17892ddc core-tutorial: Use new syntax for git-merge. 18 years ago
Junio C Hamano dee48c3c7e git-merge: document but discourage the historical syntax 18 years ago
Junio C Hamano b6c9fb5100 Prevent send-pack from segfaulting (backport from 'master') 18 years ago
Emil Medve dd46b9b95b Fixed a command line option type for builtin-fsck.c 18 years ago
Nicolas Pitre 2a128d63dc add throughput display to git-push 18 years ago
Nicolas Pitre 74b6792f7b add some copyright notice to the progress display code 18 years ago
Nicolas Pitre 29e63ed3f6 add throughput display to index-pack 18 years ago
Nicolas Pitre cf84d51c43 add throughput to progress display 18 years ago
Nicolas Pitre 4d4fcc5451 relax usage of the progress API 18 years ago
Nicolas Pitre dc6a0757c4 make struct progress an opaque type 18 years ago
Nicolas Pitre 0e54913796 prune-packed: don't call display_progress() for every file 18 years ago
Michael W. Olson 562e35c34c Documentation/git-cvsexportcommit.txt: s/mgs/msg/ in example 18 years ago
Jakub Narebski 0cec6db5cf gitweb: Fix and simplify "split patch" detection 18 years ago
Nguyễn Thái Ngọc Duy 6b9ff1e3bd git-sh-setup.sh: use "git rev-parse --show-cdup" to check for SUBDIRECTORY_OK 18 years ago
Pierre Habouzit b2565ae573 Make builtin-pack-refs.c use parse_options. 18 years ago
Pierre Habouzit edefb1a237 Make builtin-name-rev.c use parse_options. 18 years ago
Pierre Habouzit 833f3abd82 Make builtin-count-objects.c use parse_options. 18 years ago
Pierre Habouzit 5ac0a2063e Make builtin-fsck.c use parse_options. 18 years ago
Jonas Fonseca e0e6c09611 Update manpages to reflect new short and long option aliases 18 years ago
Pierre Habouzit c3428da87f Make builtin-for-each-ref.c use parse-opts. 18 years ago
Pierre Habouzit 785586142a Make builtin-symbolic-ref.c use parse_options. 18 years ago
Pierre Habouzit 89942be6a1 Make builtin-update-ref.c use parse_options 18 years ago
Pierre Habouzit f81037947c Make builtin-revert.c use parse_options. 18 years ago
Pierre Habouzit 166185be7c Make builtin-describe.c use parse_options 18 years ago
Pierre Habouzit a8dfd5eac4 Make builtin-branch.c use parse_options. 18 years ago
Pierre Habouzit c7a20c117f Make builtin-mv.c use parse-options 18 years ago
Pierre Habouzit f09985c265 Make builtin-rm.c use parse_options. 18 years ago
Kristian Høgsberg 5c46f75437 Port builtin-add.c to use the new option parser. 18 years ago
Pierre Habouzit f481e22a14 parse-options: allow callbacks to take no arguments at all. 18 years ago
Johannes Schindelin 7f275b9152 parse-options: Allow abbreviated options when unambiguous 18 years ago
Pierre Habouzit 0ce865b134 Add shortcuts for very often used options. 18 years ago
Pierre Habouzit ffe659f94d parse-options: make some arguments optional, add callbacks. 18 years ago
Alex Riesen f389c808b6 Rework make_usage to print the usage message immediately 18 years ago
Johannes Schindelin beb4743793 Add tests for parse-options.c 18 years ago
Pierre Habouzit d7a38c54a6 parse-options: be able to generate usages automatically 18 years ago
Pierre Habouzit 4a59fd1312 Add a simple option parser. 18 years ago
Scott R Parish e8f5d87056 shell should call the new setup_path() to setup $PATH 18 years ago
Scott R Parish 1eb056905a include $PATH in generating list of commands for "help -a" 18 years ago
Scott R Parish 511707d42b use only the $PATH for exec'ing git commands 18 years ago
Scott R Parish 0966003c8e list_commands(): simplify code by using chdir() 18 years ago
Scott R Parish 384df83312 "current_exec_path" is a misleading name, use "argv_exec_path" 18 years ago
Scott R Parish edb6ddc53e remove unused/unneeded "pattern" argument of list_commands 18 years ago