|
name |
age |
message
|
|
.gitattributes |
Sun Feb 10 19:34:34 -0800 2008 |
Define the project whitespace policy [gitster] |
|
.gitignore |
Tue Feb 10 21:31:33 -0800 2009 |
Revert "Merge branch 'js/notes'" [gitster] |
|
.mailmap |
Fri Jul 18 23:24:26 -0700 2008 |
.mailmap update [gitster] |
|
COPYING |
Mon Apr 11 10:18:16 -0700 2005 |
Add a COPYING notice, making it explicit that t... [Linus Torvalds] |
|
Documentation/ |
Sun Feb 15 00:15:52 -0800 2009 |
RelNotes Update [gitster] |
|
GIT-VERSION-GEN |
Sun Jan 25 16:30:13 -0800 2009 |
Sync with 1.6.1.1 [gitster] |
|
INSTALL |
Wed Dec 10 14:44:50 -0800 2008 |
Add support for a pdf version of the user manual [vmiklos] |
|
Makefile |
Tue Feb 10 07:14:13 -0800 2009 |
Fix the installation path for html documentation [Michael J Gruber] |
|
README |
Tue Jan 06 20:23:37 -0800 2009 |
README: tutorial.txt is now called gittutorial.txt [joeyh] |
|
RelNotes |
Sat Dec 27 14:25:10 -0800 2008 |
Start 1.6.2 cycle [gitster] |
|
abspath.c |
Wed Dec 17 12:37:48 -0800 2008 |
make_absolute_path(): check bounds when seeing ... [gitster] |
|
alias.c |
Fri Jun 27 09:21:54 -0700 2008 |
Move split_cmdline() to alias.c [vmiklos] |
|
alloc.c |
Mon Apr 16 22:11:43 -0700 2007 |
Clean up object creation to use more common code [Linus Torvalds] |
|
archive-tar.c |
Thu Oct 09 12:12:12 -0700 2008 |
Replace calls to strbuf_init(&foo, 0) with STRB... [Brandon Casey] |
|
archive-zip.c |
Fri Jul 18 07:30:47 -0700 2008 |
archive: remove unused headers [René Scharfe] |
|
archive.c |
Sat Jan 24 16:52:05 -0800 2009 |
tree.c: allow read_tree_recursive() to traverse... [Lars Hjemli] |
|
archive.h |
Fri Jul 25 03:41:24 -0700 2008 |
archive: declare struct archiver where it's needed [Rene Scharfe] |
|
arm/ |
Wed Oct 01 11:05:20 -0700 2008 |
fix openssl headers conflicting with custom SHA... [Nicolas Pitre] |
|
attr.c |
Wed Jul 16 08:39:55 -0700 2008 |
Fix buffer overflow in prepare_attr_stack [Dmitry Potapov] |
|
attr.h |
Wed Apr 18 16:16:37 -0700 2007 |
Fix funny types used in attribute value represe... [Junio C Hamano] |
|
base85.c |
Wed May 30 05:39:58 -0700 2007 |
decode_85(): fix missing return. [Jerald Fitzjerald] |
|
blob.c |
Mon Apr 16 22:11:43 -0700 2007 |
Clean up object creation to use more common code [Linus Torvalds] |
|
blob.h |
Fri Jun 03 08:05:39 -0700 2005 |
[PATCH] Anal retentive 'const unsigned char *sha1' [Jason McMullan] |
|
branch.c |
Fri Feb 13 23:08:05 -0800 2009 |
Teach the "@{-1} syntax to "git branch" [gitster] |
|
branch.h |
Tue Feb 19 08:24:37 -0800 2008 |
branch: optionally setup branch.*.merge from up... [Jay Soffian] |
|
builtin-add.c |
Fri Jan 02 10:08:40 -0800 2009 |
git add: do not add files from a submodule [Johannes Schindelin] |
|
builtin-annotate.c |
Thu Jun 07 00:04:01 -0700 2007 |
War on whitespace [gitster] |
|
builtin-apply.c |
Wed Feb 04 00:12:19 -0800 2009 |
Merge branch 'maint' [gitster] |
|
builtin-archive.c |
Sat Oct 25 08:38:14 -0700 2008 |
git-archive: work in bare repos [Charles Bailey] |
|
builtin-blame.c |
Sun Feb 15 01:44:15 -0800 2009 |
Merge branch 'ms/mailmap' [gitster] |
|
builtin-branch.c |
Fri Feb 13 23:08:05 -0800 2009 |
Teach the "@{-1} syntax to "git branch" [gitster] |
|
builtin-bundle.c |
Sat Aug 30 04:12:53 -0700 2008 |
Start conforming code to "git subcmd" style [Heikki Orsila] |
|
builtin-cat-file.c |
Sun Jan 04 10:38:41 -0800 2009 |
remove trailing LF in die() messages [aspotashev] |
|
builtin-check-attr.c |
Mon Nov 10 13:07:52 -0800 2008 |
Fix non-literal format in printf-style calls [Daniel Lowe] |
|
builtin-check-ref-format.c |
Sat Aug 30 04:12:53 -0700 2008 |
Start conforming code to "git subcmd" style [Heikki Orsila] |
|
builtin-checkout-index.c |
Fri Oct 17 18:17:23 -0700 2008 |
parse-opt: migrate builtin-checkout-index. [vmiklos] |
|
builtin-checkout.c |
Wed Jan 21 17:14:29 -0800 2009 |
Merge branch 'cb/add-pathspec' into next [gitster] |
|
builtin-clean.c |
Thu Oct 09 12:12:12 -0700 2008 |
Replace calls to strbuf_init(&foo, 0) with STRB... [Brandon Casey] |
|
builtin-clone.c |
Wed Feb 11 22:42:27 -0800 2009 |
Install the default "master" branch configurati... [gitster] |
|
builtin-commit-tree.c |
Wed Sep 10 13:10:31 -0700 2008 |
commit_tree(): add a new author parameter [vmiklos] |
|
builtin-commit.c |
Tue Feb 10 06:30:35 -0800 2009 |
Generalize and libify index_is_dirty() to index... [Stephan Beyer] |
|
builtin-config.c |
Mon Oct 27 03:22:09 -0700 2008 |
Use git_pathdup instead of xstrdup(git_path(...)) [Alex Riesen] |
|
builtin-count-objects.c |
Sat Jan 10 04:07:50 -0800 2009 |
add is_dot_or_dotdot inline function [aspotashev] |
|
builtin-describe.c |
Sat Dec 27 14:21:15 -0800 2008 |
Merge branch 'sp/maint-describe-all-tag-warning... [gitster] |
|
builtin-diff-files.c |
Thu Nov 13 16:36:30 -0800 2008 |
Add cache preload facility [Linus Torvalds] |
|
builtin-diff-index.c |
Thu Aug 28 06:02:12 -0700 2008 |
diff*: fix worktree setup [pclouds] |
|
builtin-diff-tree.c |
Wed Sep 10 12:22:35 -0700 2008 |
Fix git-diff-tree --stdin [gitster] |
|
builtin-diff.c |
Fri Jan 23 01:25:23 -0800 2009 |
Revert previous two commits [gitster] |
|
builtin-fast-export.c |
Wed Feb 11 18:32:37 -0800 2009 |
Merge branch 'maint-1.6.0' into maint [gitster] |
|
builtin-fetch--tool.c |
Wed Jan 21 22:03:08 -0800 2009 |
refactor signal handling for cleanup functions [peff] |
|
builtin-fetch-pack.c |
Sun Dec 07 15:13:02 -0800 2008 |
Merge branch 'maint' [gitster] |
|
builtin-fetch.c |
Wed Jan 21 22:03:08 -0800 2009 |
refactor signal handling for cleanup functions [peff] |
|
builtin-fmt-merge-msg.c |
Thu Oct 09 12:12:12 -0700 2008 |
Replace calls to strbuf_init(&foo, 0) with STRB... [Brandon Casey] |
|
builtin-for-each-ref.c |
Sun Oct 26 15:08:52 -0700 2008 |
Fix potentially dangerous uses of mkpath and gi... [Alex Riesen] |
|
builtin-fsck.c |
Fri Jan 30 00:50:54 -0800 2009 |
fsck: check loose objects from alternate object... [gitster] |
|
builtin-gc.c |
Sat Feb 14 14:10:10 -0800 2009 |
gc: make --prune useful again by accepting an o... [Johannes Schindelin] |
|
builtin-grep.c |
Tue Feb 03 00:32:29 -0800 2009 |
Merge branch 'maint-1.6.0' into maint [gitster] |
|
builtin-help.c |
Sun Jan 18 04:00:09 -0800 2009 |
Move computation of absolute paths from Makefil... [Steffen Prohaska] |
|
builtin-http-fetch.c |
Tue Sep 09 22:57:35 -0700 2008 |
Merge branch 'ho/dashless' [gitster] |
|
builtin-init-db.c |
Sun Jan 04 10:38:41 -0800 2009 |
remove trailing LF in die() messages [aspotashev] |
|
builtin-log.c |
Fri Jan 23 01:29:48 -0800 2009 |
Merge branch 'mh/unify-color' into next [gitster] |
|
builtin-ls-files.c |
Sat Feb 07 05:43:03 -0800 2009 |
Let ls-files strip trailing slashes in submodul... [Johannes Schindelin] |
|
builtin-ls-remote.c |
Tue Nov 11 07:52:31 -0800 2008 |
git ls-remote: make usage string match manpage [snaewe] |
|
builtin-ls-tree.c |
Sat Jan 24 16:52:05 -0800 2009 |
tree.c: allow read_tree_recursive() to traverse... [Lars Hjemli] |
|
builtin-mailinfo.c |
Sun Feb 01 09:45:05 -0800 2009 |
mailinfo: cleanup extra spaces for complex 'From:' [Kirill Smelkov] |
|
builtin-mailsplit.c |
Mon Jul 21 11:03:49 -0700 2008 |
Rename path_list to string_list [Johannes Schindelin] |
|
builtin-merge-base.c |
Thu Oct 02 05:59:19 -0700 2008 |
parse-opt: migrate git-merge-base. [MadCoder] |
|
builtin-merge-file.c |
Fri Dec 26 02:17:04 -0800 2008 |
merge-file: handle freopen() failure [René Scharfe] |
|
builtin-merge-ours.c |
Thu Nov 22 12:19:40 -0800 2007 |
git-merge-ours: make it a builtin. [harningt] |
|
builtin-merge-recursive.c |
Sun Jan 04 10:38:41 -0800 2009 |
remove trailing LF in die() messages [aspotashev] |
|
builtin-merge.c |
Fri Feb 13 23:26:12 -0800 2009 |
Teach @{-1} to git merge [gitster] |
|
builtin-mv.c |
Wed Feb 04 01:32:08 -0800 2009 |
builtin-mv.c: check for unversionned files befo... [moy] |
|
builtin-name-rev.c |
Sun Aug 03 14:14:10 -0700 2008 |
Merge branch 'maint' [gitster] |
|
builtin-pack-objects.c |
Sun Jan 11 18:23:56 -0800 2009 |
Merge branch 'lt/maint-wrap-zlib' into next [gitster] |
|
builtin-pack-refs.c |
Sun Jul 13 06:36:15 -0700 2008 |
Make usage strings dash-less [Stephan Beyer] |
|
builtin-prune-packed.c |
Sun Jul 13 06:36:15 -0700 2008 |
Make usage strings dash-less [Stephan Beyer] |
|
builtin-prune.c |
Sat Jan 10 04:07:50 -0800 2009 |
add is_dot_or_dotdot inline function [aspotashev] |
|
builtin-push.c |
Wed Oct 08 08:05:43 -0700 2008 |
Merge branch 'maint' [spearce] |
|
builtin-read-tree.c |
Wed Nov 12 11:52:35 -0800 2008 |
checkout: Fix "initial checkout" detection [gitster] |
|
builtin-receive-pack.c |
Sun Feb 15 10:18:58 -0800 2009 |
builtin-receive-pack.c: fix compiler warnings a... [René Scharfe] |
|
builtin-reflog.c |
Thu Oct 30 18:08:58 -0700 2008 |
Merge branch 'ar/maint-mksnpath' into ar/mksnpath [gitster] |
|
builtin-remote.c |
Sun Feb 08 23:27:10 -0800 2009 |
remote prune: warn dangling symrefs [gitster] |
|
builtin-rerere.c |
Sat Jan 10 04:07:50 -0800 2009 |
add is_dot_or_dotdot inline function [aspotashev] |
|
builtin-reset.c |
Mon Dec 01 09:30:31 -0800 2008 |
Add 'merge' mode to 'git reset' [Linus Torvalds] |
|
builtin-rev-list.c |
Sun Feb 08 06:54:47 -0800 2009 |
rev-list: fix showing distance when using --bis... [Christian Couder] |
|
builtin-rev-parse.c |
Thu Oct 09 12:12:12 -0700 2008 |
Replace calls to strbuf_init(&foo, 0) with STRB... [Brandon Casey] |
|
builtin-revert.c |
Tue Feb 10 06:30:35 -0800 2009 |
Generalize and libify index_is_dirty() to index... [Stephan Beyer] |
|
builtin-rm.c |
Fri Nov 28 19:55:25 -0800 2008 |
git add --intent-to-add: fix removal of cached ... [gitster] |
|
builtin-send-pack.c |
Tue Jan 27 20:21:31 -0800 2009 |
send-pack: do not send unknown object name from... [gitster] |
|
builtin-shortlog.c |
Sun Feb 08 06:34:30 -0800 2009 |
Change current mailmap usage to do matching on ... [mstormo] |
|
builtin-show-branch.c |
Thu Oct 09 12:12:12 -0700 2008 |
Replace calls to strbuf_init(&foo, 0) with STRB... [Brandon Casey] |
|
builtin-show-ref.c |
Sun Aug 31 09:39:19 -0700 2008 |
'git foo' program identifies itself without das... [gitster] |
|
builtin-stripspace.c |
Thu Oct 09 12:12:12 -0700 2008 |
Replace calls to strbuf_init(&foo, 0) with STRB... [Brandon Casey] |
|
builtin-symbolic-ref.c |
Fri Feb 13 10:26:09 -0800 2009 |
symbolic-ref: allow refs/<whatever> in HEAD [peff] |
|
builtin-tag.c |
Mon Jan 26 06:13:25 -0800 2009 |
git-tag: Add --contains option [Jake Goulding] |
|
builtin-tar-tree.c |
Sat Sep 13 09:31:31 -0700 2008 |
Cosmetical command name fix [Heikki Orsila] |
|
builtin-unpack-objects.c |
Sun Jan 11 18:23:56 -0800 2009 |
Merge branch 'lt/maint-wrap-zlib' into next [gitster] |
|
builtin-update-index.c |
Sun Jan 04 10:38:41 -0800 2009 |
remove trailing LF in die() messages [aspotashev] |
|
builtin-update-ref.c |
Sat Oct 25 19:33:58 -0700 2008 |
Fix git update-ref --no-deref -d. [vmiklos] |
|
builtin-upload-archive.c |
Fri Jul 25 03:41:23 -0700 2008 |
archive: define MAX_ARGS where it's needed [Rene Scharfe] |
|
builtin-verify-pack.c |
Sun Jan 04 10:39:27 -0800 2009 |
Replace deprecated dashed git commands in usage [aspotashev] |
|
builtin-verify-tag.c |
Mon Jul 28 03:48:44 -0700 2008 |
builtin-verify-tag: fix -v option parsing [Olivier Marin] |
|
builtin-write-tree.c |
Fri Nov 28 19:56:34 -0800 2008 |
git add --intent-to-add: do not let an empty bl... [gitster] |
|
builtin.h |
Thu Sep 25 09:39:24 -0700 2008 |
Merge branch 'jc/alternate-push' [spearce] |
|
bundle.c |
Wed Jan 21 17:13:43 -0800 2009 |
Merge branch 'js/maint-all-implies-HEAD' into next [gitster] |
|
bundle.h |
Mon Sep 10 20:03:15 -0700 2007 |
Move bundle specific stuff into bundle.[ch] [Johannes Schindelin] |
|
cache-tree.c |
Fri Nov 28 19:56:34 -0800 2008 |
git add --intent-to-add: do not let an empty bl... [gitster] |
|
cache-tree.h |
Wed Jul 16 03:42:10 -0700 2008 |
cache-tree.c: make cache_tree_find() static [Nanako Shiraishi] |
|
cache.h |
Sun Feb 15 01:44:15 -0800 2009 |
Merge branch 'ms/mailmap' [gitster] |
|
check-builtins.sh |
Sun Nov 05 11:26:21 -0800 2006 |
cherry is built-in, do not ship git-cherry.sh [Junio C Hamano] |
|
check-racy.c |
Sat Nov 10 00:15:03 -0800 2007 |
ce_match_stat, run_diff_files: use symbolic con... [gitster] |
|
check_bindir |
Wed Nov 28 08:21:57 -0800 2007 |
Move all dashed-form commands to libexecdir [pclouds] |
|
color.c |
Fri Jan 23 01:29:48 -0800 2009 |
Merge branch 'mh/unify-color' into next [gitster] |
|
color.h |
Fri Jan 23 01:29:48 -0800 2009 |
Merge branch 'mh/unify-color' into next [gitster] |
|
combine-diff.c |
Wed Dec 17 12:37:58 -0800 2008 |
combine-diff.c: use strbuf_readlink() [gitster] |
|
command-list.txt |
Tue Feb 10 21:31:33 -0800 2009 |
Revert "Merge branch 'js/notes'" [gitster] |
|
commit.c |
Tue Feb 10 21:31:33 -0800 2009 |
Revert "Merge branch 'js/notes'" [gitster] |
|
commit.h |
Mon Jan 26 06:13:24 -0800 2009 |
Make has_commit() non-static [Jake Goulding] |
|
compat/ |
Wed Jan 21 21:57:34 -0800 2009 |
Windows: Fix signal numbers [Johannes Sixt] |
|
config.c |
Sun Feb 08 06:34:27 -0800 2009 |
Add mailmap.file as configurational option for ... [mstormo] |
|
config.mak.in |
Wed Feb 04 23:37:24 -0800 2009 |
config.mak.in: define paths without trailing slash [Pascal Obry] |
|
configure.ac |
Mon Jan 19 12:34:36 -0800 2009 |
Fix naming scheme for configure cache variables. [Ralf Wildenhues] |
|
connect.c |
Sun Jan 04 10:38:41 -0800 2009 |
remove trailing LF in die() messages [aspotashev] |
|
contrib/ |
Sat Feb 14 08:21:53 -0800 2009 |
bash: update 'git svn' options [SZEDER Gábor] |
|
convert.c |
Thu Oct 09 12:12:12 -0700 2008 |
Replace calls to strbuf_init(&foo, 0) with STRB... [Brandon Casey] |
|
copy.c |
Tue Apr 22 18:05:29 -0700 2008 |
copy.c: copy_fd - correctly report write errors [Ariel Badichi] |
|
csum-file.c |
Fri Oct 10 08:39:20 -0700 2008 |
Merge branch 'maint' [spearce] |
|
csum-file.h |
Fri Oct 10 08:39:20 -0700 2008 |
Merge branch 'maint' [spearce] |
|
ctype.c |
Sat Jan 17 07:50:37 -0800 2009 |
Add is_regex_special() [René Scharfe] |
|
daemon.c |
Sun Jan 18 04:00:12 -0800 2009 |
Add calls to git_extract_argv0_path() in progra... [Steffen Prohaska] |
|
date.c |
Sat Aug 16 21:25:40 -0700 2008 |
date/time: do not get confused by fractional se... [Linus Torvalds] |
|
decorate.c |
Wed Aug 20 10:55:33 -0700 2008 |
decorate: allow const objects to be decorated [peff] |
|
decorate.h |
Wed Aug 20 10:55:33 -0700 2008 |
decorate: allow const objects to be decorated [peff] |
|
delta.h |
Thu Jul 12 05:55:48 -0700 2007 |
Support fetching the memory usage of a delta index [Brian Downing] |
|
diff-delta.c |
Tue Dec 18 07:15:39 -0800 2007 |
fix style of a few comments in diff-delta.c [Nicolas Pitre] |
|
diff-lib.c |
Tue Feb 10 06:30:35 -0800 2009 |
Generalize and libify index_is_dirty() to index... [Stephan Beyer] |
|
diff-no-index.c |
Thu Jan 29 08:30:51 -0800 2009 |
Fix 'git diff --no-index' with a non-existing s... [Johannes Schindelin] |
|
diff.c |
Fri Feb 13 09:33:34 -0800 2009 |
Remove redundant bit clears from diff_setup() [Keith Cascio] |
|
diff.h |
Tue Feb 10 06:30:35 -0800 2009 |
Generalize and libify index_is_dirty() to index... [Stephan Beyer] |
|
diffcore-break.c |
Fri Nov 30 22:22:38 -0800 2007 |
rename: Break filepairs with different types. [gitster] |
|
diffcore-delta.c |
Tue Oct 02 19:28:19 -0700 2007 |
optimize diffcore-delta by sorting hash entries. [Linus Torvalds] |
|
diffcore-order.c |
Sat Sep 15 15:32:36 -0700 2007 |
Use xmemdupz() in many places. [MadCoder] |
|
diffcore-pickaxe.c |
Thu Jun 07 00:04:01 -0700 2007 |
War on whitespace [gitster] |
|
diffcore-rename.c |
Tue Jan 20 07:59:57 -0800 2009 |
Rename detection: Avoid repeated filespec popul... [Björn Steinbrink] |
|
diffcore.h |
Sun Nov 02 16:36:40 -0800 2008 |
Merge branch 'maint' [gitster] |
|
dir.c |
Wed Jan 21 17:14:29 -0800 2009 |
Merge branch 'cb/add-pathspec' into next [gitster] |
|
dir.h |
Sun Jan 11 04:19:12 -0800 2009 |
Allow cloning to an existing empty directory [aspotashev] |
|
editor.c |
Thu Oct 09 12:12:12 -0700 2008 |
Replace calls to strbuf_init(&foo, 0) with STRB... [Brandon Casey] |
|
entry.c |
Sun Jan 18 23:04:29 -0800 2009 |
Merge branch 'kb/lstat-cache' into next [gitster] |
|
environment.c |
Tue Feb 10 21:31:33 -0800 2009 |
Revert "Merge branch 'js/notes'" [gitster] |
|
exec_cmd.c |
Sun Jan 18 04:00:14 -0800 2009 |
Compute prefix at runtime if RUNTIME_PREFIX is set [Steffen Prohaska] |
|
exec_cmd.h |
Sun Jan 18 04:00:10 -0800 2009 |
Refactor git_set_argv0_path() to git_extract_ar... [Steve Haslam] |
|
fast-import.c |
Tue Feb 10 17:42:04 -0800 2009 |
Drop double-semicolon in C [gitster] |
|
fetch-pack.h |
Mon Mar 03 19:27:33 -0800 2008 |
Teach fetch-pack/upload-pack about --include-tag [spearce] |
|
fixup-builtins |
Thu Jul 10 17:12:06 -0700 2008 |
make remove-dashes: apply to scripts and progra... [vmiklos] |
|
fsck.c |
Tue Nov 11 14:46:31 -0800 2008 |
Merge branch 'maint' [gitster] |
|
fsck.h |
Mon Feb 25 13:46:09 -0800 2008 |
add common fsck error printing function [Martin Koegler] |
|
generate-cmdlist.sh |
Sun Nov 30 02:54:31 -0800 2008 |
generate-cmdlist.sh: avoid selecting synopsis a... [pclouds] |
|
git-add--interactive.perl |
Sun Feb 08 09:40:39 -0800 2009 |
add -p: get rid of Git.pm warnings about unitia... [Stephan Beyer] |
|
git-am.sh |
Wed Jan 28 16:46:07 -0800 2009 |
Merge branch 'ns/am-slacker' into next [gitster] |
|
git-archimport.perl |
Sun Jul 13 06:36:15 -0700 2008 |
Make usage strings dash-less [Stephan Beyer] |
|
git-bisect.sh |
Fri Jan 02 10:08:00 -0800 2009 |
bisect view: call gitk if Cygwin's SESSIONNAME ... [Johannes Schindelin] |
|
git-compat-util.h |
Sat Jan 17 07:50:37 -0800 2009 |
Add is_regex_special() [René Scharfe] |
|
git-cvsexportcommit.perl |
Sun Jul 13 06:36:15 -0700 2008 |
Make usage strings dash-less [Stephan Beyer] |
|
git-cvsimport.perl |
Tue Aug 05 21:21:08 -0700 2008 |
Merge branch 'maint' [gitster] |
|
git-cvsserver.perl |
Thu Jan 29 13:58:02 -0800 2009 |
git-cvsserver: run post-update hook *after* upd... [Stefan Karpinski] |
|
git-filter-branch.sh |
Wed Feb 11 13:10:41 -0800 2009 |
filter-branch: Add more error-handling [emk] |
|
git-gui/ |
Wed Dec 17 21:56:48 -0800 2008 |
Merge git://repo.or.cz/git-gui [gitster] |
|
git-instaweb.sh |
Sun Jul 13 06:36:15 -0700 2008 |
Make usage strings dash-less [Stephan Beyer] |
|
git-lost-found.sh |
Wed Dec 03 05:26:49 -0800 2008 |
lost-found: use git rev-parse -q [vmiklos] |
|
git-merge-octopus.sh |
Sun Jul 27 13:47:22 -0700 2008 |
git-merge-octopus: use (merge-base A (merge B C... [gitster] |
|
git-merge-one-file.sh |
Mon Mar 17 16:47:18 -0700 2008 |
git-merge-one-file: fix longstanding stupid thinko [gitster] |
|
git-merge-resolve.sh |
Thu Aug 30 14:12:44 -0700 2007 |
Fixing comment in merge strategies [pinetops] |
|
git-mergetool.sh |
Thu Feb 05 19:40:35 -0800 2009 |
Merge branch 'cb/mergetool' [gitster] |
|
git-parse-remote.sh |
Mon Jul 02 22:52:14 -0700 2007 |
Rewrite "git-frotz" to "git frotz" [gitster] |
|
git-pull.sh |
Wed Dec 03 05:26:50 -0800 2008 |
pull: use git rev-parse -q [vmiklos] |
|
git-quiltimport.sh |
Mon Jul 21 03:51:02 -0700 2008 |
Rename .git/rebase to .git/rebase-apply [Johannes Schindelin] |
|
git-rebase--interactive.sh |
Wed Jan 28 16:46:08 -0800 2009 |
Merge branch 'js/maint-rebase-i-submodule' into... [gitster] |
|
git-rebase.sh |
Mon Jan 05 09:35:16 -0800 2009 |
rebase: learn to rebase root commit [Thomas Rast] |
|
git-relink.perl |
Sun Jul 13 06:36:15 -0700 2008 |
Make usage strings dash-less [Stephan Beyer] |
|
git-repack.sh |
Tue Feb 10 12:16:31 -0800 2009 |
Make repack less likely to corrupt repository [gitster] |
|
git-request-pull.sh |
Mon Nov 17 00:57:19 -0800 2008 |
request-pull: make usage string match manpage [snaewe] |
|
git-send-email.perl |
Sun Dec 21 01:57:59 -0800 2008 |
send-email: futureproof split_addrs() sub [gitster] |
|
git-sh-setup.sh |
Fri Feb 06 19:24:28 -0800 2009 |
git-sh-setup: Use "cd" option, not /bin/pwd, fo... [Marcel M. Cary] |
|
git-stash.sh |
Sun Dec 07 17:30:35 -0800 2008 |
Revert "git-stash: use git rev-parse -q" [gitster] |
|
git-submodule.sh |
Sun Feb 15 01:44:20 -0800 2009 |
Merge branch 'ff/submodule-no-fetch' [gitster] |
|
git-svn.perl |
Wed Feb 11 15:14:02 -0800 2009 |
git-svn: Fix for rewriteRoot URL containing use... [Dévai Tamás] |
|
git-web--browse.sh |
Sun Feb 08 15:12:43 -0800 2009 |
git-web--browse: Fix check for /bin/start [Todd Zullinger] |
|
git.c |
Wed Jan 28 16:45:57 -0800 2009 |
Merge branch 'jk/maint-cleanup-after-exec-failu... [gitster] |
|
git.spec.in |
Thu Feb 05 19:38:58 -0800 2009 |
Merge branch 'maint-1.6.0' into maint [gitster] |
|
gitk-git/ |
Sun Dec 21 18:31:12 -0800 2008 |
Merge git://git.kernel.org/pub/scm/gitk/gitk [gitster] |
|
gitweb/ |
Sun Feb 15 01:18:36 -0800 2009 |
gitweb: fix wrong base URL when non-root Direct... [Oblomov] |
|
graph.c |
Thu Oct 09 12:12:12 -0700 2008 |
Replace calls to strbuf_init(&foo, 0) with STRB... [Brandon Casey] |
|
graph.h |
Thu Sep 25 02:41:08 -0700 2008 |
graph.c: make many functions static [Nanako Shiraishi] |
|
grep.c |
Sat Jan 17 07:50:37 -0800 2009 |
Add is_regex_special() [René Scharfe] |
|
grep.h |
Fri Jan 09 15:18:34 -0800 2009 |
grep: don't call regexec() for fixed strings [René Scharfe] |
|
hash-object.c |
Sun Jan 18 04:00:12 -0800 2009 |
Add calls to git_extract_argv0_path() in progra... [Steffen Prohaska] |
|
hash.c |
Thu Mar 06 12:46:09 -0800 2008 |
Add 'const' where appropriate to index handling... [Linus Torvalds] |
|
hash.h |
Thu Mar 06 12:46:09 -0800 2008 |
Add 'const' where appropriate to index handling... [Linus Torvalds] |
|
help.c |
Wed Sep 10 08:54:28 -0700 2008 |
git wrapper: also use aliases to correct mistyp... [pieter] |
|
help.h |
Sun Sep 07 23:52:16 -0700 2008 |
Merge branch 'ar/autospell' [gitster] |
|
http-push.c |
Sun Feb 15 01:43:57 -0800 2009 |
Merge branch 'rc/http-push' [gitster] |
|
http-walker.c |
Sun Jan 11 18:23:56 -0800 2009 |
Merge branch 'lt/maint-wrap-zlib' into next [gitster] |
|
http.c |
Sun Dec 07 15:13:02 -0800 2008 |
Merge branch 'maint' [gitster] |
|
http.h |
Fri Jul 04 00:37:40 -0700 2008 |
Work around gcc warnings from curl headers [gitster] |
|
ident.c |
Mon Dec 01 08:41:50 -0800 2008 |
Add backslash to list of 'crud' characters in r... [Linus Torvalds] |
|
imap-send.c |
Sun Jan 18 04:00:12 -0800 2009 |
Add calls to git_extract_argv0_path() in progra... [Steffen Prohaska] |
|
index-pack.c |
Mon Jan 26 00:45:11 -0800 2009 |
Merge branch 'sp/runtime-prefix' into next [gitster] |
|
levenshtein.c |
Thu Nov 20 05:27:27 -0800 2008 |
Document levenshtein.c [Johannes Schindelin] |
|
levenshtein.h |
Sun Aug 31 06:50:23 -0700 2008 |
git wrapper: DWIM mistyped commands [Johannes Schindelin] |
|
list-objects.c |
Mon Feb 18 12:47:56 -0800 2008 |
list-objects.c::process_tree/blob: check for NULL [Martin Koegler] |
|
list-objects.h |
Wed Sep 06 01:42:23 -0700 2006 |
pack-objects: further work on internal rev-list... [Junio C Hamano] |
|
ll-merge.c |
Sat Nov 22 15:13:00 -0800 2008 |
merge-recursive: use strbuf_expand() instead of... [René Scharfe] |
|
ll-merge.h |
Mon Dec 24 00:36:00 -0800 2007 |
merge-recursive: split low-level merge function... [gitster] |
|
lockfile.c |
Wed Jan 21 22:03:08 -0800 2009 |
refactor signal handling for cleanup functions [peff] |
|
log-tree.c |
Fri Feb 13 14:10:41 -0800 2009 |
log: do not print ellipses with --abbrev-commit [Thomas Rast] |
|
log-tree.h |
Mon Oct 27 12:51:59 -0700 2008 |
Add a 'source' decorator for commits [Linus Torvalds] |
|
mailmap.c |
Sun Feb 08 06:34:29 -0800 2009 |
Add map_user() and clear_mailmap() to mailmap [mstormo] |
|
mailmap.h |
Sun Feb 08 06:34:29 -0800 2009 |
Add map_user() and clear_mailmap() to mailmap [mstormo] |
|
match-trees.c |
Sat Oct 20 21:12:12 -0700 2007 |
Improved const correctness for strings [spearce] |
|
merge-file.c |
Sat Oct 25 06:30:37 -0700 2008 |
Always initialize xpparam_t to 0 [Brian Downing] |
|
merge-index.c |
Sun Jan 04 10:39:27 -0800 2009 |
Replace deprecated dashed git commands in usage [aspotashev] |
|
merge-recursive.c |
Sat Jan 24 16:52:05 -0800 2009 |
tree.c: allow read_tree_recursive() to traverse... [Lars Hjemli] |
|
merge-recursive.h |
Wed Sep 03 10:08:56 -0700 2008 |
merge-recursive: move current_{file,directory}_... [vmiklos] |
|
merge-tree.c |
Sun Jan 04 10:39:27 -0800 2009 |
Replace deprecated dashed git commands in usage [aspotashev] |
|
mktag.c |
Sun Jan 04 10:39:27 -0800 2009 |
Replace deprecated dashed git commands in usage [aspotashev] |
|
mktree.c |
Sun Jan 04 10:39:27 -0800 2009 |
Replace deprecated dashed git commands in usage [aspotashev] |
|
mozilla-sha1/ |
Wed Oct 01 11:05:20 -0700 2008 |
fix openssl headers conflicting with custom SHA... [Nicolas Pitre] |
|
name-hash.c |
Fri Mar 21 15:55:19 -0700 2008 |
Make hash_name_lookup able to do case-independe... [Linus Torvalds] |
|
object.c |
Sat Jan 17 22:27:08 -0800 2009 |
bundle: allow the same ref to be given more tha... [gitster] |
|
object.h |
Wed Jan 21 17:13:43 -0800 2009 |
Merge branch 'js/maint-all-implies-HEAD' into next [gitster] |
|
pack-check.c |
Wed Oct 01 11:05:20 -0700 2008 |
fix openssl headers conflicting with custom SHA... [Nicolas Pitre] |
|
pack-redundant.c |
Sun Jan 18 04:00:12 -0800 2009 |
Add calls to git_extract_argv0_path() in progra... [Steffen Prohaska] |
|
pack-refs.c |
Fri Oct 17 15:44:39 -0700 2008 |
Enhance hold_lock_file_for_{update,append}() API [gitster] |
|
pack-refs.h |
Sun Jun 15 07:05:06 -0700 2008 |
Move pack_refs() and friends into libgit [Johan Herland] |
|
pack-revindex.c |
Wed Oct 29 16:02:49 -0700 2008 |
make find_pack_revindex() aware of the nasty world [Nicolas Pitre] |
|
pack-revindex.h |
Fri Aug 22 12:45:53 -0700 2008 |
discard revindex data when pack list changes [Nicolas Pitre] |
|
pack-write.c |
Wed Oct 01 11:05:20 -0700 2008 |
fix openssl headers conflicting with custom SHA... [Nicolas Pitre] |
|
pack.h |
Fri Aug 29 13:07:59 -0700 2008 |
improve reliability of fixup_pack_header_footer() [Nicolas Pitre] |
|
pager.c |
Wed Jan 21 22:03:28 -0800 2009 |
pager: do wait_for_pager on signal death [peff] |
|
parse-options.c |
Mon Jan 26 06:13:23 -0800 2009 |
Make opt_parse_with_commit() non-static [Jake Goulding] |
|
parse-options.h |
Mon Jan 26 06:13:23 -0800 2009 |
Make opt_parse_with_commit() non-static [Jake Goulding] |
|
patch-delta.c |
Mon Dec 18 13:06:50 -0800 2006 |
make patch_delta() error cases a bit more verbose [Nicolas Pitre] |
|
patch-id.c |
Sun Jan 04 10:39:27 -0800 2009 |
Replace deprecated dashed git commands in usage [aspotashev] |
|
patch-ids.c |
Sat Nov 10 11:05:14 -0800 2007 |
Make the diff_options bitfields be an unsigned ... [MadCoder] |
|
patch-ids.h |
Mon Apr 09 17:01:27 -0700 2007 |
Refactor patch-id filtering out of git-cherry a... [Junio C Hamano] |
|
path.c |
Thu Feb 12 13:02:09 -0800 2009 |
Revert "validate_headref: tighten ref-matching ... [gitster] |
|
perl/ |
Tue Jan 13 23:12:51 -0800 2009 |
Merge branch 'maint' [gitster] |
|
pkt-line.c |
Sat May 03 06:27:26 -0700 2008 |
Cleanup xread() loops to use read_in_full() [Heikki Orsila] |
|
pkt-line.h |
Mon Jun 26 01:27:07 -0700 2006 |
Fix pkt-line.h to compile with a non-GCC compiler [Dennis Stosberg] |
|
ppc/ |
Wed Oct 01 11:05:20 -0700 2008 |
fix openssl headers conflicting with custom SHA... [Nicolas Pitre] |
|
preload-index.c |
Sat Nov 15 04:08:14 -0800 2008 |
Makefile: introduce NO_PTHREADS [gitster] |
|
pretty.c |
Sun Feb 15 01:44:15 -0800 2009 |
Merge branch 'ms/mailmap' [gitster] |
|
progress.c |
Sun Jun 08 08:26:15 -0700 2008 |
progress.c: avoid use of dynamic-sized array [Boyd Lynn Gerber] |
|
progress.h |
Thu Nov 08 12:45:41 -0800 2007 |
nicer display of thin pack completion [Nicolas Pitre] |
|
quote.c |
Fri Jun 27 13:46:42 -0700 2008 |
shrink git-shell by avoiding redundant dependen... [Dmitry Potapov] |
|
quote.h |
Thu Mar 06 18:30:58 -0800 2008 |
Make private quote_path() in wt-status.c availa... [Dmitry Potapov] |
|
reachable.c |
Mon Feb 18 20:56:01 -0800 2008 |
Merge branch 'mk/maint-parse-careful' [gitster] |
|
reachable.h |
Sat Jan 06 02:16:17 -0800 2007 |
Move traversal of reachable objects into a sepa... [Junio C Hamano] |
|
read-cache.c |
Wed Jan 28 14:24:53 -0800 2009 |
add -u: do not fail to resolve a path as deleted [gitster] |
|
reflog-walk.c |
Mon Jul 21 11:03:49 -0700 2008 |
Rename path_list to string_list [Johannes Schindelin] |
|
reflog-walk.h |
Mon Jul 23 16:39:50 -0700 2007 |
git log -g: Complain, but do not fail, when no ... [Johannes Schindelin] |
|
refs.c |
Sun Feb 08 23:27:10 -0800 2009 |
remote prune: warn dangling symrefs [gitster] |
|
refs.h |
Sun Feb 08 23:27:10 -0800 2009 |
remote prune: warn dangling symrefs [gitster] |
|
remote.c |
Sat Jan 10 04:07:50 -0800 2009 |
add is_dot_or_dotdot inline function [aspotashev] |
|
remote.h |
Mon Nov 10 12:43:00 -0800 2008 |
remote: add a new 'origin' variable to the struct [vmiklos] |
|
rerere.c |
Tue Feb 10 17:42:04 -0800 2009 |
Drop double-semicolon in C [gitster] |
|
rerere.h |
Mon Jul 21 11:03:49 -0700 2008 |
Rename path_list to string_list [Johannes Schindelin] |
|
revision.c |
Wed Feb 11 02:00:22 -0800 2009 |
Merge branch 'maint' [gitster] |
|
revision.h |
Mon Nov 03 11:25:46 -0800 2008 |
revision traversal: '--simplify-by-decoration' [Linus Torvalds] |
|
run-command.c |
Wed Jan 28 16:45:57 -0800 2009 |
Merge branch 'jk/maint-cleanup-after-exec-failu... [gitster] |
|
run-command.h |
Wed Jan 28 16:45:57 -0800 2009 |
Merge branch 'jk/maint-cleanup-after-exec-failu... [gitster] |
|
send-pack.h |
Fri Nov 09 15:32:10 -0800 2007 |
Teach send-pack a mirror mode [Andy Whitcroft] |
|
server-info.c |
Mon Oct 27 03:22:09 -0700 2008 |
Use git_pathdup instead of xstrdup(git_path(...)) [Alex Riesen] |
|
setup.c |
Tue Feb 10 21:30:52 -0800 2009 |
Merge branch 'js/maint-1.6.0-path-normalize' [gitster] |
|
sha1-lookup.c |
Sun Dec 30 03:13:27 -0800 2007 |
sha1-lookup: make selection of 'middle' less ag... [gitster] |
|
sha1-lookup.h |
Sat Dec 29 02:05:47 -0800 2007 |
sha1-lookup: more memory efficient search in so... [gitster] |
|
sha1_file.c |
Wed Feb 11 18:47:30 -0800 2009 |
Merge branch 'maint' [gitster] |
|
sha1_name.c |
Wed Feb 11 09:22:16 -0800 2009 |
Squelch overzealous "ignoring dangling symref" ... [gitster] |
|
shallow.c |
Mon Feb 18 20:56:01 -0800 2008 |
Merge branch 'mk/maint-parse-careful' [gitster] |
|
shell.c |
Fri Aug 29 00:16:39 -0700 2008 |
Merge branch 'maint' [gitster] |
|
shortlog.h |
Mon Jul 21 11:03:49 -0700 2008 |
Rename path_list to string_list [Johannes Schindelin] |
|
show-index.c |
Thu Jul 03 08:52:09 -0700 2008 |
Fix some warnings (on cygwin) to allow -Werror [Ramsay Jones] |
|
sideband.c |
Wed Sep 03 12:13:42 -0700 2008 |
improve handling of sideband message display [Nicolas Pitre] |
|
sideband.h |
Wed Oct 11 08:49:15 -0700 2006 |
atomic write for sideband remote messages [Nicolas Pitre] |
|
sigchain.c |
Wed Jan 21 22:03:08 -0800 2009 |
refactor signal handling for cleanup functions [peff] |
|
sigchain.h |
Wed Jan 21 22:03:08 -0800 2009 |
refactor signal handling for cleanup functions [peff] |
|
strbuf.c |
Tue Jan 06 12:41:14 -0800 2009 |
strbuf: instate cleanup rule in case of non-mem... [René Scharfe] |
|
strbuf.h |
Wed Dec 17 09:36:40 -0800 2008 |
Add generic 'strbuf_readlink()' helper function [Linus Torvalds] |
|
string-list.c |
Sun Feb 08 06:34:28 -0800 2009 |
Add find_insert_index, insert_at_index and clea... [mstormo] |
|
string-list.h |
Sun Feb 08 06:34:28 -0800 2009 |
Add find_insert_index, insert_at_index and clea... [mstormo] |
|
symlinks.c |
Sun Jan 18 07:14:54 -0800 2009 |
lstat_cache(): introduce clear_lstat_cache() fu... [Kjetil Barvik] |
|
t/ |
Sun Feb 15 01:18:36 -0800 2009 |
gitweb: fix wrong base URL when non-root Direct... [Oblomov] |
|
tag.c |
Sun Mar 02 15:11:07 -0800 2008 |
Merge branch 'mk/maint-parse-careful' [gitster] |
|
tag.h |
Wed Nov 02 15:19:13 -0800 2005 |
Be careful when dereferencing tags. [Junio C Hamano] |
|
tar.h |
Sat Mar 25 14:21:03 -0800 2006 |
tar-tree: Introduce write_entry() [Rene Scharfe] |
|
templates/ |
Thu Aug 21 17:31:50 -0700 2008 |
Fix permission bits on sources checked out with... [gitster] |
|
test-chmtime.c |
Thu Oct 30 02:00:29 -0700 2008 |
Add --verbose|-v to test-chmtime [Alex Riesen] |
|
test-ctype.c |
Sat Jan 17 07:50:37 -0800 2009 |
Add is_regex_special() [René Scharfe] |
|
test-date.c |
Tue Dec 19 14:34:12 -0800 2006 |
simplify inclusion of system header files. [Junio C Hamano] |
|
test-delta.c |
Tue May 01 02:47:55 -0700 2007 |
Fix compilation of test-delta [Martin Koegler] |
|
test-dump-cache-tree.c |
Thu Aug 17 11:54:57 -0700 2006 |
Do not use memcmp(sha1_1, sha1_2, 20) with hard... [David Rientjes] |
|
test-genrandom.c |
Wed Apr 11 10:59:51 -0700 2007 |
simple random data generator for tests [Nicolas Pitre] |
|
test-match-trees.c |
Thu Feb 15 16:32:45 -0800 2007 |
A new merge stragety 'subtree'. [Junio C Hamano] |
|
test-parse-options.c |
Wed Aug 13 17:48:57 -0700 2008 |
test-parse-options: use appropriate cast in len... [Brandon Casey] |
|
test-path-utils.c |
Sat Feb 07 07:08:30 -0800 2009 |
Test and fix normalize_path_copy() [Johannes Sixt] |
|
test-sha1.c |
Wed Oct 01 11:05:20 -0700 2008 |
fix openssl headers conflicting with custom SHA... [Nicolas Pitre] |
|
test-sha1.sh |
Wed Mar 12 14:31:06 -0700 2008 |
more tr portability test script fixes [peff] |
|
test-sigchain.c |
Fri Jan 30 00:21:01 -0800 2009 |
t0005: use SIGTERM for sigchain test [peff] |
|
thread-utils.c |
Fri Feb 22 18:11:56 -0800 2008 |
pack-objects: Add runtime detection of online C... [Andreas Ericsson] |
|
thread-utils.h |
Fri Feb 22 18:11:56 -0800 2008 |
pack-objects: Add runtime detection of online C... [Andreas Ericsson] |
|
trace.c |
Sun Dec 02 20:51:50 -0800 2007 |
Trace and quote with argv: get rid of unneeded ... [Christian Couder] |
|
transport.c |
Sat Jan 10 04:07:50 -0800 2009 |
add is_dot_or_dotdot inline function [aspotashev] |
|
transport.h |
Wed Oct 08 16:40:32 -0700 2008 |
Implement git clone -v [vmiklos] |
|
tree-diff.c |
Sun Aug 31 09:39:19 -0700 2008 |
'git foo' program identifies itself without das... [gitster] |
|
tree-walk.c |
Thu Mar 06 15:44:48 -0800 2008 |
Fix tree-walking compare_entry() in the presens... [Linus Torvalds] |
|
tree-walk.h |
Wed Mar 05 20:06:18 -0800 2008 |
Make 'traverse_trees()' traverse conflicting DF... [Linus Torvalds] |
|
tree.c |
Tue Feb 10 17:42:04 -0800 2009 |
Drop double-semicolon in C [gitster] |
|
tree.h |
Sun Jan 25 18:39:55 -0800 2009 |
Revert round #1 of the series [gitster] |
|
unpack-file.c |
Sun Jan 04 10:39:27 -0800 2009 |
Replace deprecated dashed git commands in usage [aspotashev] |
|
unpack-trees.c |
Sat Jan 31 17:42:26 -0800 2009 |
Merge branch 'maint' [gitster] |
|
unpack-trees.h |
Sun Sep 07 19:49:25 -0700 2008 |
checkout: do not lose staged removal [gitster] |
|
update-server-info.c |
Sun Jan 18 04:00:12 -0800 2009 |
Add calls to git_extract_argv0_path() in progra... [Steffen Prohaska] |
|
upload-pack.c |
Sun Jan 04 10:39:27 -0800 2009 |
Replace deprecated dashed git commands in usage [aspotashev] |
|
usage.c |
Thu Sep 25 02:41:04 -0700 2008 |
usage.c: remove unused functions [Nanako Shiraishi] |
|
userdiff.c |
Tue Jan 20 20:59:54 -0800 2009 |
Change the spelling of "wordregex". [Boyd Stephen Smith Jr] |
|
userdiff.h |
Sat Jan 17 08:29:48 -0800 2009 |
color-words: make regex configurable via attrib... [Thomas Rast] |
|
utf8.c |
Fri Jan 30 01:41:28 -0800 2009 |
utf8: add utf8_strwidth() [Geoffrey Thomas] |
|
utf8.h |
Fri Jan 30 01:41:28 -0800 2009 |
utf8: add utf8_strwidth() [Geoffrey Thomas] |
|
var.c |
Sun Jan 18 04:00:12 -0800 2009 |
Add calls to git_extract_argv0_path() in progra... [Steffen Prohaska] |
|
walker.c |
Tue Feb 10 17:42:04 -0800 2009 |
Drop double-semicolon in C [gitster] |
|
walker.h |
Sat Apr 26 12:53:09 -0700 2008 |
Make walker.fetch_ref() take a struct ref. [Daniel Barkalow] |
|
wrapper.c |
Wed Jan 07 19:54:47 -0800 2009 |
Wrap inflate and other zlib routines for better... [Linus Torvalds] |
|
write_or_die.c |
Sun Jul 20 16:13:05 -0700 2008 |
Move read_in_full() and write_in_full() to wrap... [gitster] |
|
ws.c |
Thu Oct 09 12:12:12 -0700 2008 |
Replace calls to strbuf_init(&foo, 0) with STRB... [Brandon Casey] |
|
wt-status.c |
Fri Jan 23 01:25:23 -0800 2009 |
Revert previous two commits [gitster] |
|
wt-status.h |
Fri Jan 23 01:25:23 -0800 2009 |
Revert previous two commits [gitster] |
|
xdiff-interface.c |
Wed Nov 26 05:27:10 -0800 2008 |
xdiff-interface.c: remove 10 duplicated lines [Jim Meyering] |
|
xdiff-interface.h |
Sat Oct 25 06:31:15 -0700 2008 |
add xdi_diff_hunks() for callers that only need... [René Scharfe] |
|
xdiff/ |
Mon Jan 19 23:19:52 -0800 2009 |
Merge branch 'kc/maint-diff-bwi-fix' into next [gitster] |