12120 Commits (ae3e76c2991ddd5fd72cff22cd39d5d297e63504)
 

Author SHA1 Message Date
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
Alexandre Julliard 3697c5f37a git.el: Fix typo in "Reverted file" message. 17 years ago
Junio C Hamano 9ad7c5ae8a git-fetch: do not fail when remote branch disappears 17 years ago
Junio C Hamano 071a887766 Merge branch 'master' of git://git.kernel.org/pub/scm/gitk/gitk 17 years ago
Paul Mackerras 7388bcbc54 gitk: Use the UI font for the diff/old version/new version radio buttons 17 years ago
Paul Mackerras 7b3b151528 Merge branch 'dev' 17 years ago
Paul Mackerras cca5d946d6 gitk: Simplify the code for finding commits 17 years ago
Junio C Hamano 7791ecbc62 revert/cherry-pick: work on merge commits as well 17 years ago
Christian Couder 71b0251cdd Bisect run: "skip" current commit if script exit code is 125. 17 years ago
Christian Couder 37f9fd0dde Bisect: add a "bisect replay" test case. 17 years ago
Christian Couder c39ce91827 Bisect: add "bisect skip" to the documentation. 17 years ago
Christian Couder 155fc795b9 Bisect: refactor "bisect_{bad,good,skip}" into "bisect_state". 17 years ago