12131 Commits (fe61935007b6803ce116e233316e4ff51de02be6)
 

Author SHA1 Message Date
Nicolas Pitre dc6a0757c4 make struct progress an opaque type 17 years ago
Nicolas Pitre 0e54913796 prune-packed: don't call display_progress() for every file 17 years ago
Michael W. Olson 562e35c34c Documentation/git-cvsexportcommit.txt: s/mgs/msg/ in example 17 years ago
Jakub Narebski 0cec6db5cf gitweb: Fix and simplify "split patch" detection 17 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 17 years ago
Pierre Habouzit b2565ae573 Make builtin-pack-refs.c use parse_options. 17 years ago
Pierre Habouzit edefb1a237 Make builtin-name-rev.c use parse_options. 17 years ago
Pierre Habouzit 833f3abd82 Make builtin-count-objects.c use parse_options. 17 years ago
Pierre Habouzit 5ac0a2063e Make builtin-fsck.c use parse_options. 17 years ago
Jonas Fonseca e0e6c09611 Update manpages to reflect new short and long option aliases 17 years ago
Pierre Habouzit c3428da87f Make builtin-for-each-ref.c use parse-opts. 17 years ago
Pierre Habouzit 785586142a Make builtin-symbolic-ref.c use parse_options. 17 years ago
Pierre Habouzit 89942be6a1 Make builtin-update-ref.c use parse_options 17 years ago
Pierre Habouzit f81037947c Make builtin-revert.c use parse_options. 17 years ago
Pierre Habouzit 166185be7c Make builtin-describe.c use parse_options 17 years ago
Pierre Habouzit a8dfd5eac4 Make builtin-branch.c use parse_options. 17 years ago
Pierre Habouzit c7a20c117f Make builtin-mv.c use parse-options 17 years ago
Pierre Habouzit f09985c265 Make builtin-rm.c use parse_options. 17 years ago
Kristian Høgsberg 5c46f75437 Port builtin-add.c to use the new option parser. 17 years ago
Pierre Habouzit f481e22a14 parse-options: allow callbacks to take no arguments at all. 17 years ago
Johannes Schindelin 7f275b9152 parse-options: Allow abbreviated options when unambiguous 17 years ago
Pierre Habouzit 0ce865b134 Add shortcuts for very often used options. 17 years ago
Pierre Habouzit ffe659f94d parse-options: make some arguments optional, add callbacks. 17 years ago
Alex Riesen f389c808b6 Rework make_usage to print the usage message immediately 17 years ago
Johannes Schindelin beb4743793 Add tests for parse-options.c 17 years ago
Pierre Habouzit d7a38c54a6 parse-options: be able to generate usages automatically 17 years ago
Pierre Habouzit 4a59fd1312 Add a simple option parser. 17 years ago
Scott R Parish e8f5d87056 shell should call the new setup_path() to setup $PATH 17 years ago
Scott R Parish 1eb056905a include $PATH in generating list of commands for "help -a" 17 years ago
Scott R Parish 511707d42b use only the $PATH for exec'ing git commands 17 years ago
Scott R Parish 0966003c8e list_commands(): simplify code by using chdir() 17 years ago
Scott R Parish 384df83312 "current_exec_path" is a misleading name, use "argv_exec_path" 17 years ago
Scott R Parish edb6ddc53e remove unused/unneeded "pattern" argument of list_commands 17 years ago
Scott R Parish 3d7e2d857a "git" returns 1; "git help" and "git help -a" return 0 17 years ago
Daniel Barkalow 09149c7809 Correct handling of upload-pack in builtin-fetch-pack 17 years ago
Lars Knoll 68492fc73b Speedup scanning for excluded files. 17 years ago
Junio C Hamano 79f3368d9a RelNotes-1.5.4: describe recent updates 17 years ago
Lars Hjemli 5072a32382 Teach git-pull about --[no-]ff, --no-squash and --commit 17 years ago
Christian Couder 6ca8b977e4 Bisect: add "skip" to the short usage string. 17 years ago
Junio C Hamano e2b7eaf0ca Merge branch 'maint' 17 years ago
Dan McGee 8371d8fd09 Remove outdated references to cogito in documentation 17 years ago
Junio C Hamano e720c4382f RelNotes-1.5.3.5: describe recent fixes 17 years ago
Junio C Hamano f120ae2a8e merge-recursive.c: mrtree in merge() is not used before set 17 years ago
Junio C Hamano 7109c889f1 sha1_file.c: avoid gcc signed overflow warnings 17 years ago
Benoit Sigoure 3b27428b9d core-tutorial: Catch up with current Git 17 years ago
Benoit Sigoure 399f0a8eed Fix a small memory leak in builtin-add 17 years ago
Aurelien Bompard 1c1f79a1e4 honor the http.sslVerify option in shell scripts 17 years ago
Alexandre Julliard d53a35020d git.el: Run git-gc --auto after commits. 17 years ago
Alexandre Julliard 2f6e86a86f git.el: Refresh only the changed file marks when marking/unmarking all. 17 years ago
Alexandre Julliard 6df023884b git.el: Fix typo in git-update-saved-file error handling. 17 years ago