Commit Graph

  • f09985c265 Make builtin-rm.c use parse_options. Pierre Habouzit 2007-10-05 21:09:19 +0200
  • 5c46f75437 Port builtin-add.c to use the new option parser. Kristian Høgsberg 2007-10-03 17:45:02 -0400
  • f481e22a14 parse-options: allow callbacks to take no arguments at all. Pierre Habouzit 2007-10-16 00:32:38 +0200
  • 7f275b9152 parse-options: Allow abbreviated options when unambiguous Johannes Schindelin 2007-10-14 17:54:06 +0100
  • 0ce865b134 Add shortcuts for very often used options. Pierre Habouzit 2007-10-14 11:05:12 +0200
  • ffe659f94d parse-options: make some arguments optional, add callbacks. Pierre Habouzit 2007-10-15 01:45:45 +0200
  • f389c808b6 Rework make_usage to print the usage message immediately Alex Riesen 2007-10-14 00:10:51 +0200
  • beb4743793 Add tests for parse-options.c Johannes Schindelin 2007-10-13 17:34:45 +0100
  • d7a38c54a6 parse-options: be able to generate usages automatically Pierre Habouzit 2007-10-15 01:38:30 +0200
  • 4a59fd1312 Add a simple option parser. Pierre Habouzit 2007-10-15 01:35:37 +0200
  • e8f5d87056 shell should call the new setup_path() to setup $PATH Scott R Parish 2007-10-27 01:36:55 -0700
  • 1eb056905a include $PATH in generating list of commands for "help -a" Scott R Parish 2007-10-28 20:30:52 -0700
  • 511707d42b use only the $PATH for exec'ing git commands Scott R Parish 2007-10-28 04:17:20 -0700
  • 0966003c8e list_commands(): simplify code by using chdir() Scott R Parish 2007-10-27 01:36:52 -0700
  • 384df83312 "current_exec_path" is a misleading name, use "argv_exec_path" Scott R Parish 2007-10-27 01:36:51 -0700
  • edb6ddc53e remove unused/unneeded "pattern" argument of list_commands Scott R Parish 2007-10-27 01:36:50 -0700
  • 3d7e2d857a "git" returns 1; "git help" and "git help -a" return 0 Scott R Parish 2007-10-27 01:36:49 -0700
  • 09149c7809 Correct handling of upload-pack in builtin-fetch-pack Daniel Barkalow 2007-10-29 22:35:08 -0400
  • 68492fc73b Speedup scanning for excluded files. Lars Knoll 2007-10-28 21:27:13 +0100
  • 79f3368d9a RelNotes-1.5.4: describe recent updates Junio C Hamano 2007-10-29 13:09:01 -0700
  • 5072a32382 Teach git-pull about --[no-]ff, --no-squash and --commit Lars Hjemli 2007-10-29 09:41:18 +0100
  • 6ca8b977e4 Bisect: add "skip" to the short usage string. Christian Couder 2007-10-29 05:31:52 +0100
  • e2b7eaf0ca Merge branch 'maint' Junio C Hamano 2007-10-29 12:53:54 -0700
  • 8371d8fd09 Remove outdated references to cogito in documentation Dan McGee 2007-10-27 11:53:29 -0500
  • e720c4382f RelNotes-1.5.3.5: describe recent fixes Junio C Hamano 2007-10-29 12:02:59 -0700
  • f120ae2a8e merge-recursive.c: mrtree in merge() is not used before set Junio C Hamano 2007-10-29 12:00:55 -0700
  • 7109c889f1 sha1_file.c: avoid gcc signed overflow warnings Junio C Hamano 2007-10-29 11:53:55 -0700
  • 3b27428b9d core-tutorial: Catch up with current Git Benoit Sigoure 2007-10-29 08:00:32 +0100
  • 399f0a8eed Fix a small memory leak in builtin-add Benoit Sigoure 2007-10-29 08:00:33 +0100
  • 1c1f79a1e4 honor the http.sslVerify option in shell scripts Aurelien Bompard 2007-10-28 18:47:30 +0100
  • d53a35020d git.el: Run git-gc --auto after commits. Alexandre Julliard 2007-10-28 11:07:14 +0100
  • 2f6e86a86f git.el: Refresh only the changed file marks when marking/unmarking all. Alexandre Julliard 2007-10-28 11:06:27 +0100
  • 6df023884b git.el: Fix typo in git-update-saved-file error handling. Alexandre Julliard 2007-10-28 11:05:45 +0100
  • 3697c5f37a git.el: Fix typo in "Reverted file" message. Alexandre Julliard 2007-10-28 11:05:11 +0100
  • 9ad7c5ae8a git-fetch: do not fail when remote branch disappears Junio C Hamano 2007-10-26 23:09:48 -0700
  • 071a887766 Merge branch 'master' of git://git.kernel.org/pub/scm/gitk/gitk Junio C Hamano 2007-10-28 00:43:40 -0700
  • 7388bcbc54 gitk: Use the UI font for the diff/old version/new version radio buttons Paul Mackerras 2007-10-27 21:31:07 +1000
  • 7b3b151528 Merge branch 'dev' Paul Mackerras 2007-10-27 21:23:20 +1000
  • cca5d946d6 gitk: Simplify the code for finding commits Paul Mackerras 2007-10-27 21:16:56 +1000
  • 7791ecbc62 revert/cherry-pick: work on merge commits as well Junio C Hamano 2007-10-23 13:33:26 -0700
  • 71b0251cdd Bisect run: "skip" current commit if script exit code is 125. Christian Couder 2007-10-26 05:39:37 +0200
  • 37f9fd0dde Bisect: add a "bisect replay" test case. Christian Couder 2007-10-22 07:49:39 +0200
  • c39ce91827 Bisect: add "bisect skip" to the documentation. Christian Couder 2007-10-22 07:49:23 +0200
  • 155fc795b9 Bisect: refactor "bisect_{bad,good,skip}" into "bisect_state". Christian Couder 2007-10-24 07:01:21 +0200
  • 737c74ee42 Bisect: refactor some logging into "bisect_write". Christian Couder 2007-10-24 07:01:13 +0200
  • 55624f9af4 Bisect: refactor "bisect_write_*" functions. Christian Couder 2007-10-24 07:01:05 +0200
  • 97e1c51e15 Bisect: implement "bisect skip" to mark untestable revisions. Christian Couder 2007-10-22 07:48:36 +0200
  • 8fe26f4481 Bisect: fix some white spaces and empty lines breakages. Christian Couder 2007-10-22 07:48:23 +0200
  • 3ac9f612cb rev-list documentation: add "--bisect-all". Christian Couder 2007-10-22 07:48:11 +0200
  • 50e62a8e70 rev-list: implement --bisect-all Christian Couder 2007-10-22 07:47:56 +0200
  • 85b0045505 Merge branch 'ja/shorthelp' Junio C Hamano 2007-10-26 23:26:49 -0700
  • a238917ba4 help: remove extra blank line after "See 'git --help'" message Junio C Hamano 2007-10-26 23:26:41 -0700
  • 42899ac898 Do the fuzzy rename detection limits with the exact renames removed Linus Torvalds 2007-10-26 16:56:34 -0700
  • 81ac051d6a Fix ugly magic special case in exact rename detection Linus Torvalds 2007-10-26 16:51:28 -0700
  • 17559a643e Do exact rename detection regardless of rename limits Linus Torvalds 2007-10-25 11:24:47 -0700
  • 9027f53cb5 Do linear-time/space rename logic for exact renames Linus Torvalds 2007-10-25 11:23:26 -0700
  • 644797119d copy vs rename detection: avoid unnecessary O(n*m) loops Linus Torvalds 2007-10-25 11:20:56 -0700
  • 9fb88419ba Ref-count the filespecs used by diffcore Linus Torvalds 2007-10-25 11:19:10 -0700
  • cb1491b6bf Split out "exact content match" phase of rename detection Linus Torvalds 2007-10-25 11:17:55 -0700
  • 505f297989 Add 'diffcore.h' to LIB_H Linus Torvalds 2007-10-25 11:16:50 -0700
  • d633f702a0 Merge branch 'maint' Junio C Hamano 2007-10-26 23:17:23 -0700
  • 15387e32ff Test suite: reset TERM to its previous value after testing. Christian Couder 2007-10-26 06:13:50 +0200
  • dc2715554e Merge branch 'ph/color-test' Junio C Hamano 2007-10-26 23:17:14 -0700
  • 4a21d13db4 hooks-pre-commit: use \t, rather than a literal TAB in regexp Jim Meyering 2007-10-26 12:48:41 +0200
  • d1a2057560 Fix generation of perl/perl.mak Alex Riesen 2007-10-25 22:17:24 +0200
  • c2e6b6d0d1 fast-import.c: fix regression due to strbuf conversion Pierre Habouzit 2007-10-26 09:59:12 +0200
  • ab0d33c438 git-gui: Protect against bad translation strings Shawn O. Pearce 2007-10-23 18:44:55 -0400
  • 1ece127467 Support a --quiet option in the test-suite. Pierre Habouzit 2007-10-24 22:03:39 +0200
  • 55db1df0c8 Add some fancy colors in the test library when terminal supports it. Pierre Habouzit 2007-10-24 22:03:38 +0200
  • d3cd249565 gitweb: Use chop_and_escape_str in more places. David Symonds 2007-10-23 11:31:23 +1000
  • ce58ec9158 gitweb: Refactor abbreviation-with-title-attribute code. David Symonds 2007-10-23 11:31:22 +1000
  • d90a7fda35 Merge branch 'db/fetch-pack' Junio C Hamano 2007-10-24 21:59:50 -0700
  • 2db9b49c6c git-send-email: add a new sendemail.to configuration variable Miklos Vajna 2007-10-01 14:42:42 +0200
  • 59b2023fbb git-remote: fix "Use of uninitialized value in string ne" Junio C Hamano 2007-10-24 04:49:51 -0700
  • 74a40c7110 gitk: Fix a couple more bugs in the path limiting Paul Mackerras 2007-10-24 10:16:56 +1000
  • f4e9996b77 Merge branch 'maint' Shawn O. Pearce 2007-10-23 18:50:19 -0400
  • d4e890e5de git-gui: Make sure we get errors from git-update-index Shawn O. Pearce 2007-10-23 16:55:32 -0400
  • 8d863c98b2 k.org git toppage: Add link to 1.5.3 release notes. Junio C Hamano 2007-10-23 12:10:55 -0700
  • 3de07118f0 Merge branch 'master' into dev Paul Mackerras 2007-10-23 22:40:50 +1000
  • bd8f677e1c gitk: Fix some bugs with path limiting in the diff display Paul Mackerras 2007-10-23 22:37:23 +1000
  • 4570b7e9d7 gitk: Use the status window for other functions Paul Mackerras 2007-10-23 21:19:06 +1000
  • a137a90f49 gitk: Integrate the reset progress bar in the main frame Paul Mackerras 2007-10-23 21:12:49 +1000
  • dec2b4aaa8 More updates and corrections to the russian translation of git-gui Alex Riesen 2007-10-22 22:28:48 +0200
  • 94503918e4 gitk: Ensure tabstop setting gets restored by Cancel button Paul Mackerras 2007-10-23 10:33:38 +1000
  • 7a39a17a87 gitk: Limit diff display to listed paths by default Paul Mackerras 2007-10-23 10:15:11 +1000
  • b5d21a4b68 On error, do not list all commands, but point to --help option Jari Aalto 2007-10-21 01:41:41 +0300
  • e076a0e71f gitweb: Provide title attributes for abbreviated author names. David Symonds 2007-10-22 10:28:03 +1000
  • dd8175f83c git-cherry-pick: improve description of -x. Ralf Wildenhues 2007-10-21 11:36:19 +0200
  • c43ff43601 Updated Russian translation. Kirill 2007-10-20 15:35:53 -0400
  • c32f749fec Correct some sizeof(size_t) != sizeof(unsigned long) typing errors René Scharfe 2007-10-21 11:23:49 +0200
  • 5be507fc95 Use PRIuMAX instead of 'unsigned long long' in show-index Shawn O. Pearce 2007-10-21 00:51:09 -0400
  • 8a37e21dab Merge branch 'maint' Shawn O. Pearce 2007-10-21 02:11:45 -0400
  • 2ee52eb17c Describe more 1.5.3.5 fixes in release notes Shawn O. Pearce 2007-10-20 23:40:06 -0400
  • 6dd4b66fde Fix diffcore-break total breakage Linus Torvalds 2007-10-20 12:31:31 -0700
  • 07134421fc Fix directory scanner to correctly ignore files without d_type Linus Torvalds 2007-10-19 10:59:22 -0700
  • 538dfe7397 Improved const correctness for strings Shawn O. Pearce 2007-10-21 00:12:12 -0400
  • 546bb58232 Use the asyncronous function infrastructure to run the content filter. Johannes Sixt 2007-10-19 21:48:06 +0200
  • 7683b6e81f Avoid a dup2(2) in apply_filter() - start_command() can do it for us. Johannes Sixt 2007-10-19 21:48:05 +0200
  • a0ae35ae2d t0021-conversion.sh: Test that the clean filter really cleans content. Johannes Sixt 2007-10-19 21:48:04 +0200
  • 21edd3f197 upload-pack: Run rev-list in an asynchronous function. Johannes Sixt 2007-10-19 21:48:03 +0200