Commit Graph

  • ee2314f59a bisect: teach "skip" to accept special arguments like "A..B" Christian Couder 2008-11-23 22:02:49 +0100
  • b5ff37ac6b builtin_clone: use strbuf in cmd_clone() Miklos Vajna 2008-11-21 01:45:01 +0100
  • b9e125e07e builtin-clone: use strbuf in clone_local() and copy_or_link_directory() Miklos Vajna 2008-11-21 01:45:00 +0100
  • 32716a2c6c builtin-clone: use strbuf in guess_dir_name() Miklos Vajna 2008-11-21 01:44:59 +0100
  • ef3b38b445 Merge branch 'maint' Junio C Hamano 2008-11-23 20:36:54 -0800
  • 7de1950cb2 remove the unused files interpolate.c and interpolate.h René Scharfe 2008-11-23 00:16:59 +0100
  • a47551c382 daemon: deglobalize variable 'directory' René Scharfe 2008-11-23 00:21:52 +0100
  • d433ed0bb4 daemon: inline fill_in_extra_table_entries() René Scharfe 2008-11-23 00:19:09 +0100
  • 9d7ca66746 daemon: use strbuf_expand() instead of interpolate() René Scharfe 2008-11-23 00:15:01 +0100
  • ced621b2c1 merge-recursive: use strbuf_expand() instead of interpolate() René Scharfe 2008-11-23 00:13:00 +0100
  • 9b864e730b add strbuf_expand_dict_cb(), a helper for simple cases René Scharfe 2008-11-23 00:09:30 +0100
  • 2075ffb58e fast-export: use an unsorted string list for extra_refs Johannes Schindelin 2008-11-23 12:55:54 +0100
  • 283b953283 Add new testcase to show fast-export does not always exports all tags Miklos Vajna 2008-11-22 19:22:48 +0100
  • cbacbf4e55 sha1_file: avoid bogus "file exists" error message Joey Hess 2008-11-20 13:56:28 -0500
  • 37a7744ffe Fix misleading wording for git-cherry-pick Bryan Drewery 2008-11-19 23:11:42 -0600
  • 3b91c30b76 Fix t4030-diff-textconv.sh Alex Riesen 2008-11-19 12:14:50 +0100
  • f755bb996b Fix handle leak in sha1_file/unpack_objects if there were damaged object data Alex Riesen 2008-11-19 12:14:05 +0100
  • 632f701787 compat/mingw.c: Teach mingw_rename() to replace read-only files Johannes Sixt 2008-11-19 17:25:27 +0100
  • 850fb6ff81 Document levenshtein.c Johannes Schindelin 2008-11-20 14:27:27 +0100
  • 13c6bcd49f Fix deletion of last character in levenshtein distance Samuel Tardieu 2008-11-18 19:53:26 +0100
  • 1a93d67ba8 git-gui: french translation update Christian Couder 2008-11-23 20:52:20 +0100
  • 1905a8666a git.el: Allow to commit even if there are no marked files. Alexandre Julliard 2008-11-07 14:28:09 +0100
  • c4e8b72f22 git.el: Add possibility to mark files directly in git-update-status-files. Alexandre Julliard 2008-11-01 20:14:10 +0100
  • b0a53e9e56 git.el: Add an insert file command. Alexandre Julliard 2008-08-04 09:30:42 +0200
  • 354af6bd69 gitk: Restore scrolling position of diff pane on back/forward in history Paul Mackerras 2008-11-23 13:14:23 +1100
  • 433ee03f97 git.el: Never clear the status buffer, only update the files. Alexandre Julliard 2008-08-02 20:35:52 +0200
  • db18a182a2 git.el: Fix git-amend-commit to support amending an initial commit. Alexandre Julliard 2008-08-02 20:35:20 +0200
  • ef5133df7c git.el: Properly handle merge commits in git-amend-commit. Alexandre Julliard 2008-08-02 18:05:58 +0200
  • 6fb204266c git.el: Simplify handling of merge heads in the commit log-edit buffer. Alexandre Julliard 2008-08-02 18:04:31 +0200
  • 9ddf6d7c10 git.el: Remove the env parameter in git-call-process and git-call-process-string. Alexandre Julliard 2008-11-01 20:42:39 +0100
  • 36d2078ff1 git.el: Improve error handling for commits. Alexandre Julliard 2008-11-01 20:34:33 +0100
  • f6e4110bcd Updated Swedish translation (514t0f0u). Peter Krefting 2008-11-21 08:35:53 +0100
  • 3cf2801c41 git gui: update Italian translation Michele Ballabio 2008-08-27 00:49:54 +0200
  • 6fc4a7e546 git-commit.txt - mention that files listed on the command line must be known to git. Mark Burton 2008-11-18 22:33:44 +0000
  • c6576f912f Retain multiple -q/-v occurrences in git pull Tuncer Ayaz 2008-11-17 23:09:30 +0100
  • c2e6385da5 Documentation: rev-list-options.txt: added --branches, --tags & --remotes. Mark Burton 2008-11-17 21:03:59 +0000
  • da3f78a29c builtin-branch: use strbuf in rename_branch() Miklos Vajna 2008-11-17 21:48:37 +0100
  • d3f9f9a92e builtin-branch: use strbuf in fill_tracking_info() Miklos Vajna 2008-11-17 21:48:36 +0100
  • 3c59c50d76 builtin-branch: use strbuf in delete_branches() Miklos Vajna 2008-11-17 21:48:35 +0100
  • dbbd56f103 git-remote: add verbose mode to git remote update Cheng Renquan 2008-11-18 19:04:02 +0800
  • e11601381e gitk: Fix context menu items for generating diffs when in tree mode Paul Mackerras 2008-11-18 21:40:32 +1100
  • 68149a7197 gitk: Avoid handling the Return key twice in Add Branch Alexander Gavrilov 2008-11-13 23:09:18 +0300
  • cdc8429c94 gitk: Show local changes properly when we have a path limit Paul Mackerras 2008-11-18 19:54:14 +1100
  • 2958228430 gitk: Fix switch statement in parseviewargs Paul Mackerras 2008-11-18 19:44:20 +1100
  • 0c76ae2278 Update Hungarian translation. 100% completed. Miklos Vajna 2008-11-17 23:11:43 +0100
  • 7c4ea599b0 Fix index preloading for racy dirty case Linus Torvalds 2008-11-17 09:01:20 -0800
  • 47577456bf Merge branch 'maint' Junio C Hamano 2008-11-17 08:30:14 -0800
  • 6e702c2458 Documentation: tutorial: add information about "git help" at the beginning Christian Couder 2008-11-17 16:43:04 +0100
  • b3d9888792 Documentation: user-manual: add information about "git help" at the beginning Christian Couder 2008-11-17 16:42:47 +0100
  • 83b767360a builtin-remote.c: plug a small memory leak in get_one_remote_for_updates() Junio C Hamano 2008-11-17 07:54:07 -0800
  • 357af14fc4 git-remote: match usage string with the manual pages Cheng Renquan 2008-11-17 19:15:49 +0800
  • 3eb91bfc0d request-pull: make usage string match manpage Stefan Naewe 2008-11-17 09:57:19 +0100
  • 6e13921b4f Merge git://repo.or.cz/git-gui Junio C Hamano 2008-11-16 15:51:11 -0800
  • 941930732f git-gui: Fix the search bar destruction handler. Alexander Gavrilov 2008-11-13 21:52:52 +0300
  • bd45bd91e6 Update the po template Shawn O. Pearce 2008-11-16 13:56:55 -0800
  • b8dfb16d36 git-gui: Implement automatic rescan after Tool execution. Alexander Gavrilov 2008-11-16 21:46:51 +0300
  • 67df911cee git-gui: Allow Tools request arguments from the user. Alexander Gavrilov 2008-11-16 21:46:50 +0300
  • 0ce76ded1b git-gui: Add a Tools menu for arbitrary commands. Alexander Gavrilov 2008-11-16 21:46:49 +0300
  • 7cf4566f48 git-gui: Fix the after callback execution in rescan. Alexander Gavrilov 2008-11-16 21:46:48 +0300
  • 153ad78b50 git-gui: Implement system-wide configuration handling. Alexander Gavrilov 2008-11-16 21:46:47 +0300
  • d1f2b362b7 git-gui: try to provide a window icon under X Giuseppe Bilotta 2008-11-16 03:42:32 +0100
  • bf31115312 Merge branch 'maint' Junio C Hamano 2008-11-16 00:49:20 -0800
  • c9d8563c81 Merge branch 'bc/maint-keep-pack' Junio C Hamano 2008-11-16 00:49:02 -0800
  • 47a792539a Merge branch 'jk/commit-v-strip' Junio C Hamano 2008-11-16 00:48:59 -0800
  • 8c4021abfd Fix machine-parseability of 'git log --source' Linus Torvalds 2008-11-15 10:02:01 -0800
  • 4b4e26d21f Teach ls-files --with-tree=<tree> to work with options other than -c Junio C Hamano 2008-11-16 00:10:25 -0800
  • 07e77e40ff builtin-ls-files.c: coding style fix. Junio C Hamano 2008-11-16 00:15:43 -0800
  • 742d36744e What's in/cooking Junio C Hamano 2008-11-15 14:11:49 -0800
  • ea4f2bd39d Merge branch 'maint' Junio C Hamano 2008-11-14 22:12:38 -0800
  • 9e77353e0e Documentation: git-svn: fix example for centralized SVN clone Jan Krüger 2008-11-14 18:45:14 +0100
  • de07767fae Documentation: fix links to "everyday.html" Christian Couder 2008-11-14 13:26:47 +0100
  • d0f19d0471 revision.c: use proper data type in call to sizeof() within xrealloc Brandon Casey 2008-11-13 14:20:37 -0600
  • 83d0289df6 repack: only unpack-unreachable if we are deleting redundant packs Brandon Casey 2008-11-13 14:11:46 -0600
  • a2df1fb2e5 Documentation: New GUI configuration and command-line options. Alexander Gavrilov 2008-11-13 20:28:49 +0300
  • 682b451f84 Add -y/--no-prompt option to mergetool Charles Bailey 2008-11-13 12:41:14 +0000
  • 0eea345111 Fix some tab/space inconsistencies in git-mergetool.sh Charles Bailey 2008-11-13 12:41:13 +0000
  • 28593d3fa0 gitk: Index line[hnd]tag arrays by id rather than row number Paul Mackerras 2008-11-13 23:01:46 +1100
  • 671c9b7e31 Add cache preload facility Linus Torvalds 2008-11-13 16:36:30 -0800
  • 7f87aff22c Teach/Fix pull/fetch -q/-v options Tuncer Ayaz 2008-11-15 01:14:24 +0100
  • e1ca0defd2 Merge git://git.bogomips.org/git-svn Junio C Hamano 2008-11-14 09:21:08 -0800
  • 1b3069a753 git-svn: Update git-svn to use the ability to place temporary files within repository directory Marten Svanfeldt (dev) 2008-11-13 00:38:06 +0800
  • bcdd1b4456 Git.pm: Make _temp_cache use the repository directory Marten Svanfeldt (dev) 2008-11-13 20:04:09 +0800
  • fe4003f630 git-svn: proper detection of bare repositories Deskin Miller 2008-11-06 00:07:39 -0500
  • 16fc08e2d8 git-svn: respect i18n.commitencoding config Eric Wong 2008-10-29 23:49:26 -0700
  • 6a004d3f2e git-svn: don't escape tilde ('~') for http(s) URLs Eric Wong 2008-10-21 14:12:15 -0700
  • a0d3ab9c27 Merge git://git.bogomips.org/git-svn Junio C Hamano 2008-11-13 22:30:17 -0800
  • 59d8cb49fd Merge branch 'maint' Junio C Hamano 2008-11-13 21:58:07 -0800
  • e9854a7672 date/time: do not get confused by fractional seconds Linus Torvalds 2008-08-16 21:25:40 -0700
  • b43b73666b Merge git://git.kernel.org/pub/scm/gitk/gitk Junio C Hamano 2008-11-13 08:28:51 -0800
  • d98d50e214 gitk: Fix linehtag undefined error with file highlighting Paul Mackerras 2008-11-13 22:39:00 +1100
  • 590915dab8 gitk: Fix commit encoding support Alexander Gavrilov 2008-11-09 18:06:07 +0300
  • e7d640086e gitk: Fix transient windows on Win32 and MacOS Alexander Gavrilov 2008-11-11 23:55:42 +0300
  • cea07cf8dc gitk: Add accelerators to frequently used menu commands Alexander Gavrilov 2008-11-09 13:00:45 +0300
  • e599e7ff1f Update draft release notes to 1.6.1 Junio C Hamano 2008-11-12 22:47:15 -0800
  • 168d5bd57b Merge branch 'jn/gitweb-customlinks' Junio C Hamano 2008-11-12 22:27:53 -0800
  • ac538e5dba Merge branch 'gb/gitweb-snapshot-pathinfo' Junio C Hamano 2008-11-12 22:27:49 -0800
  • 3e9f158c80 Merge branch 'ds/uintmax-config' (early part) Junio C Hamano 2008-11-12 22:27:33 -0800
  • 6d14414d21 Merge branch 'jk/maint-commit-v-strip' Junio C Hamano 2008-11-12 22:26:56 -0800
  • 7b51b77dbc Merge branch 'np/pack-safer' Junio C Hamano 2008-11-12 22:26:35 -0800
  • 3fdd37fe15 Merge branch 'mk/maint-cg-push' Junio C Hamano 2008-11-12 22:26:24 -0800