|
name |
age |
message
|
|
.gitattributes |
Mon Feb 11 13:23:15 -0800 2008 |
Define the project whitespace policy
This esta... [gitster] |
|
.gitignore |
Wed Aug 13 23:46:03 -0700 2008 |
Update .gitignore to ignore git-help
Signed-of... [Gustaf Hendeby] |
|
.mailmap |
Sat Jul 19 11:25:51 -0700 2008 |
.mailmap update
A few people sent in patches u... [gitster] |
|
COPYING |
Mon Apr 11 10:18:16 -0700 2005 |
Add a COPYING notice, making it explicit that t... [Linus Torvalds] |
|
Documentation/ |
Fri Oct 31 01:42:58 -0700 2008 |
Merge branch 'maint'
* maint:
git-svn: chang... [gitster] |
|
GIT-VERSION-GEN |
Fri Sep 12 16:18:47 -0700 2008 |
GIT 1.6.0.2
Signed-off-by: Junio C Hamano <git... [gitster] |
|
INSTALL |
Wed Sep 10 15:41:51 -0700 2008 |
separate build targets for man and html documen... [Michael J Gruber] |
|
Makefile |
Sat Oct 18 08:02:21 -0700 2008 |
diff: unify external diff and funcname parsing ... [Jeff King] |
|
README |
Sun Mar 25 17:42:32 -0700 2007 |
Update README to point at a few key periodical ... [Junio C Hamano] |
|
RelNotes |
Sun Aug 17 16:20:31 -0700 2008 |
Start 1.6.1 cycle
Signed-off-by: Junio C Haman... [gitster] |
|
abspath.c |
Tue Sep 09 09:27:45 -0700 2008 |
is_directory(): a generic helper function
A si... [gitster] |
|
alias.c |
Mon Jun 30 22:45:50 -0700 2008 |
Move split_cmdline() to alias.c
split_cmdline(... [vmiklos] |
|
alloc.c |
Mon Apr 16 23:36:16 -0700 2007 |
Clean up object creation to use more common cod... [Linus Torvalds] |
|
archive-tar.c |
Sun Oct 12 12:36:19 -0700 2008 |
Replace calls to strbuf_init(&foo, 0) with STRB... [Brandon Casey] |
|
archive-zip.c |
Sat Jul 19 11:17:43 -0700 2008 |
archive: remove unused headers
Remove obsolete... [René Scharfe] |
|
archive.c |
Sun Oct 26 16:21:08 -0700 2008 |
Merge branch 'maint'
* maint:
add -p: warn i... [gitster] |
|
archive.h |
Fri Jul 25 17:21:04 -0700 2008 |
archive: declare struct archiver where it's nee... [Rene Scharfe] |
|
arm/ |
Thu Oct 02 18:06:56 -0700 2008 |
fix openssl headers conflicting with custom SHA... [Nicolas Pitre] |
|
attr.c |
Wed Jul 16 14:05:50 -0700 2008 |
Fix buffer overflow in prepare_attr_stack
If P... [Dmitry Potapov] |
|
attr.h |
Wed Apr 18 16:17:13 -0700 2007 |
Fix funny types used in attribute value represe... [Junio C Hamano] |
|
base85.c |
Wed May 30 15:03:50 -0700 2007 |
decode_85(): fix missing return.
When the func... [Jerald Fitzjerald] |
|
blob.c |
Mon Apr 16 23:36:16 -0700 2007 |
Clean up object creation to use more common cod... [Linus Torvalds] |
|
blob.h |
Wed Jun 08 13:04:53 -0700 2005 |
[PATCH] Anal retentive 'const unsigned char *sh... [Jason McMullan] |
|
branch.c |
Tue Oct 21 17:58:11 -0700 2008 |
Merge branch 'jc/maint-co-track'
* jc/maint-co... [gitster] |
|
branch.h |
Tue Feb 19 21:17:45 -0800 2008 |
branch: optionally setup branch.*.merge from up... [Jay Soffian] |
|
builtin-add.c |
Sun Aug 31 16:22:05 -0700 2008 |
git-add --intent-to-add (-N)
This adds "--inte... [gitster] |
|
builtin-annotate.c |
Thu Jun 07 00:04:01 -0700 2007 |
War on whitespace
This uses "git-apply --white... [gitster] |
|
builtin-apply.c |
Sun Oct 12 13:21:17 -0700 2008 |
Merge branch 'maint'
* maint:
test-lib: fix ... [spearce] |
|
builtin-archive.c |
Sun Oct 26 16:19:59 -0700 2008 |
git-archive: work in bare repos
This moves the... [Charles Bailey] |
|
builtin-blame.c |
Sun Oct 12 12:36:19 -0700 2008 |
Replace calls to strbuf_init(&foo, 0) with STRB... [Brandon Casey] |
|
builtin-branch.c |
Sun Oct 12 12:36:19 -0700 2008 |
Replace calls to strbuf_init(&foo, 0) with STRB... [Brandon Casey] |
|
builtin-bundle.c |
Sat Aug 30 13:50:48 -0700 2008 |
Start conforming code to "git subcmd" style
Us... [Heikki Orsila] |
|
builtin-cat-file.c |
Sun Oct 12 12:36:19 -0700 2008 |
Replace calls to strbuf_init(&foo, 0) with STRB... [Brandon Casey] |
|
builtin-check-attr.c |
Sun Oct 12 13:21:59 -0700 2008 |
check-attr: Add --stdin option
This allows mul... [Dmitry Potapov] |
|
builtin-check-ref-format.c |
Sat Aug 30 13:50:48 -0700 2008 |
Start conforming code to "git subcmd" style
Us... [Heikki Orsila] |
|
builtin-checkout-index.c |
Sun Oct 12 12:36:19 -0700 2008 |
Replace calls to strbuf_init(&foo, 0) with STRB... [Brandon Casey] |
|
builtin-checkout.c |
Sun Oct 19 15:32:42 -0700 2008 |
Fix mismerge at cdb22c4 in builtin-checkout.c
... [gitster] |
|
builtin-clean.c |
Sun Oct 12 12:36:19 -0700 2008 |
Replace calls to strbuf_init(&foo, 0) with STRB... [Brandon Casey] |
|
builtin-clone.c |
Sun Oct 19 16:07:07 -0700 2008 |
Merge branch 'mv/clonev'
* mv/clonev:
Implem... [gitster] |
|
builtin-commit-tree.c |
Wed Sep 10 15:25:46 -0700 2008 |
commit_tree(): add a new author parameter
In c... [vmiklos] |
|
builtin-commit.c |
Tue Oct 21 17:58:11 -0700 2008 |
Merge branch 'jc/maint-co-track'
* jc/maint-co... [gitster] |
|
builtin-config.c |
Wed Jul 23 18:38:14 -0700 2008 |
Make non-static functions, that may be static, ... [Stephan Beyer] |
|
builtin-count-objects.c |
Mon Sep 08 14:25:43 -0700 2008 |
Correct output of git-count-objects.
The non-v... [Mikachu] |
|
builtin-describe.c |
Fri Oct 17 11:35:43 -0700 2008 |
describe: Make --tags and --all match lightweig... [spearce] |
|
builtin-diff-files.c |
Thu Sep 18 10:49:03 -0700 2008 |
diff/diff-files: do not use --cc too aggressive... [gitster] |
|
builtin-diff-index.c |
Thu Aug 28 20:50:10 -0700 2008 |
diff*: fix worktree setup
This fixes "git diff... [pclouds] |
|
builtin-diff-tree.c |
Wed Sep 10 15:00:17 -0700 2008 |
Fix git-diff-tree --stdin
140b378 (Teach git d... [gitster] |
|
builtin-diff.c |
Sun Oct 12 12:36:19 -0700 2008 |
"git diff <tree>{3,}": do not reverse order of ... [Matt McCutchen] |
|
builtin-fast-export.c |
Tue Aug 26 16:22:00 -0700 2008 |
Fix a warning (on cygwin) to allow -Werror
Sig... [Ramsay Jones] |
|
builtin-fetch--tool.c |
Sun Oct 12 12:36:19 -0700 2008 |
Replace calls to strbuf_init(&foo, 0) with STRB... [Brandon Casey] |
|
builtin-fetch-pack.c |
Tue Oct 21 17:58:11 -0700 2008 |
Merge branch 'jc/maint-co-track'
* jc/maint-co... [gitster] |
|
builtin-fetch.c |
Tue Oct 21 17:58:21 -0700 2008 |
Merge branch 'js/maint-fetch-update-head'
* js... [gitster] |
|
builtin-fmt-merge-msg.c |
Sun Oct 12 12:36:19 -0700 2008 |
Replace calls to strbuf_init(&foo, 0) with STRB... [Brandon Casey] |
|
builtin-for-each-ref.c |
Mon Sep 29 11:04:20 -0700 2008 |
Merge branch 'bc/master-diff-hunk-header-fix'
... [spearce] |
|
builtin-fsck.c |
Tue Aug 05 21:21:20 -0700 2008 |
Teach fsck and prune that tmp_obj_ file names m... [Brandon Casey] |
|
builtin-gc.c |
Tue Sep 30 13:41:50 -0700 2008 |
Use "git_config_string" to simplify "builtin-gc... [dbryson] |
|
builtin-grep.c |
Wed Oct 01 09:14:54 -0700 2008 |
git grep: Add "-z/--null" option as in GNU's gr... [Raphael Zimmerer] |
|
builtin-help.c |
Sun Oct 12 12:36:19 -0700 2008 |
Replace calls to strbuf_init(&foo, 0) with STRB... [Brandon Casey] |
|
builtin-http-fetch.c |
Tue Sep 09 22:57:35 -0700 2008 |
Merge branch 'ho/dashless'
* ho/dashless:
St... [gitster] |
|
builtin-init-db.c |
Wed Oct 08 07:18:44 -0700 2008 |
git init: --bare/--shared overrides system/glob... [deskin] |
|
builtin-log.c |
Sat Oct 18 07:18:03 -0700 2008 |
format-patch: autonumber by default
format-pat... [Brian Gernhardt] |
|
builtin-ls-files.c |
Fri Oct 17 12:46:59 -0700 2008 |
refactor handling of "other" files in ls-files ... [Jeff King] |
|
builtin-ls-remote.c |
Sun Jul 13 14:12:48 -0700 2008 |
Make usage strings dash-less
When you misuse a... [Stephan Beyer] |
|
builtin-ls-tree.c |
Mon Aug 04 21:46:42 -0700 2008 |
Add output flushing before fork()
This adds ff... [Anders Melchiorsen] |
|
builtin-mailinfo.c |
Tue Aug 19 19:36:56 -0700 2008 |
mailinfo: avoid violating strbuf assertion
In ... [Jeff King] |
|
builtin-mailsplit.c |
Mon Jul 21 19:11:50 -0700 2008 |
Rename path_list to string_list
The name path_... [dscho] |
|
builtin-merge-base.c |
Thu Oct 02 18:46:02 -0700 2008 |
parse-opt: migrate git-merge-base.
Signed-off-... [MadCoder] |
|
builtin-merge-file.c |
Thu Oct 02 18:46:02 -0700 2008 |
parse-opt: migrate builtin-merge-file.
Signed-... [MadCoder] |
|
builtin-merge-ours.c |
Thu Nov 22 14:21:59 -0800 2007 |
git-merge-ours: make it a builtin.
Except that... [harningt] |
|
builtin-merge-recursive.c |
Sat Aug 30 20:46:54 -0700 2008 |
merge-recursive: introduce merge_options
This ... [vmiklos] |
|
builtin-merge.c |
Sun Oct 19 16:06:21 -0700 2008 |
Merge branch 'mv/merge-noff'
* mv/merge-noff:
... [gitster] |
|
builtin-mv.c |
Sun Jul 27 15:05:19 -0700 2008 |
git-mv: Keep moved index entries inact
The rew... [pasky] |
|
builtin-name-rev.c |
Sun Aug 03 14:14:10 -0700 2008 |
Merge branch 'maint'
* maint:
git-name-rev: ... [gitster] |
|
builtin-pack-objects.c |
Wed Oct 08 07:30:59 -0700 2008 |
Replace xmalloc/memset(0) pairs with xcalloc
M... [Brandon Casey] |
|
builtin-pack-refs.c |
Sun Jul 13 14:12:48 -0700 2008 |
Make usage strings dash-less
When you misuse a... [Stephan Beyer] |
|
builtin-prune-packed.c |
Sun Jul 13 14:12:48 -0700 2008 |
Make usage strings dash-less
When you misuse a... [Stephan Beyer] |
|
builtin-prune.c |
Tue Sep 30 14:30:00 -0700 2008 |
make prune report removed objects on -v
This a... [Michael J Gruber] |
|
builtin-push.c |
Wed Oct 08 08:05:43 -0700 2008 |
Merge branch 'maint'
* maint:
Do not use err... [spearce] |
|
builtin-read-tree.c |
Tue Sep 16 01:24:58 -0700 2008 |
Merge branch 'maint'
* maint:
Cosmetical com... [gitster] |
|
builtin-receive-pack.c |
Sun Oct 26 14:05:55 -0700 2008 |
receive-pack: fix "borrowing from alternate obj... [gitster] |
|
builtin-reflog.c |
Sun Aug 17 16:24:46 -0700 2008 |
builtin-reflog: Allow reflog expire to name par... [pieter] |
|
builtin-remote.c |
Wed Oct 22 18:05:38 -0700 2008 |
git-remote: list branches in vertical lists
Pr... [Johannes Sixt] |
|
builtin-rerere.c |
Mon Jul 21 19:11:50 -0700 2008 |
Rename path_list to string_list
The name path_... [dscho] |
|
builtin-reset.c |
Mon Oct 06 07:19:36 -0700 2008 |
do not segfault if make_cache_entry failed
Sig... [Dmitry Potapov] |
|
builtin-rev-list.c |
Sun Oct 12 12:36:19 -0700 2008 |
Replace calls to strbuf_init(&foo, 0) with STRB... [Brandon Casey] |
|
builtin-rev-parse.c |
Sun Oct 12 12:36:19 -0700 2008 |
Replace calls to strbuf_init(&foo, 0) with STRB... [Brandon Casey] |
|
builtin-revert.c |
Fri Oct 31 01:42:58 -0700 2008 |
Merge branch 'maint'
* maint:
git-svn: chang... [gitster] |
|
builtin-rm.c |
Wed Oct 22 17:16:07 -0700 2008 |
rm: loosen safety valve for empty files
If a f... [Jeff King] |
|
builtin-send-pack.c |
Thu Sep 25 09:39:24 -0700 2008 |
Merge branch 'jc/alternate-push'
* jc/alternat... [spearce] |
|
builtin-shortlog.c |
Mon Jul 21 19:11:50 -0700 2008 |
Rename path_list to string_list
The name path_... [dscho] |
|
builtin-show-branch.c |
Sun Oct 12 12:36:19 -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 |
Sun Oct 12 12:36:19 -0700 2008 |
Replace calls to strbuf_init(&foo, 0) with STRB... [Brandon Casey] |
|
builtin-symbolic-ref.c |
Sun Jul 13 14:12:48 -0700 2008 |
Make usage strings dash-less
When you misuse a... [Stephan Beyer] |
|
builtin-tag.c |
Sun Oct 12 12:36:19 -0700 2008 |
Replace calls to strbuf_init(&foo, 0) with STRB... [Brandon Casey] |
|
builtin-tar-tree.c |
Mon Sep 15 23:11:35 -0700 2008 |
Cosmetical command name fix
If we came from gi... [Heikki Orsila] |
|
builtin-unpack-objects.c |
Wed Oct 08 07:30:59 -0700 2008 |
Replace xmalloc/memset(0) pairs with xcalloc
M... [Brandon Casey] |
|
builtin-update-index.c |
Sun Oct 12 12:36:19 -0700 2008 |
Replace calls to strbuf_init(&foo, 0) with STRB... [Brandon Casey] |
|
builtin-update-ref.c |
Sun Jul 13 14:12:48 -0700 2008 |
Make usage strings dash-less
When you misuse a... [Stephan Beyer] |
|
builtin-upload-archive.c |
Fri Jul 25 17:20:55 -0700 2008 |
archive: define MAX_ARGS where it's needed
MAX... [Rene Scharfe] |
|
builtin-verify-pack.c |
Fri Aug 22 22:00:22 -0700 2008 |
discard revindex data when pack list changes
T... [Nicolas Pitre] |
|
builtin-verify-tag.c |
Mon Jul 28 23:02:11 -0700 2008 |
builtin-verify-tag: fix -v option parsing
Sinc... [Olivier Marin] |
|
builtin-write-tree.c |
Sun Jul 13 14:12:48 -0700 2008 |
Make usage strings dash-less
When you misuse a... [Stephan Beyer] |
|
builtin.h |
Thu Sep 25 09:39:24 -0700 2008 |
Merge branch 'jc/alternate-push'
* jc/alternat... [spearce] |
|
bundle.c |
Sun Oct 19 12:35:37 -0700 2008 |
Enhance hold_lock_file_for_{update,append}() AP... [gitster] |
|
bundle.h |
Wed Sep 19 03:22:30 -0700 2007 |
Move bundle specific stuff into bundle.[ch]
Th... [dscho] |
|
cache-tree.c |
Wed Jul 16 08:50:27 -0700 2008 |
cache-tree.c: make cache_tree_find() static
Th... [Nanako Shiraishi] |
|
cache-tree.h |
Wed Jul 16 08:50:27 -0700 2008 |
cache-tree.c: make cache_tree_find() static
Th... [Nanako Shiraishi] |
|
cache.h |
Wed Oct 22 17:16:07 -0700 2008 |
rm: loosen safety valve for empty files
If a f... [Jeff King] |
|
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:24:51 -0800 2007 |
ce_match_stat, run_diff_files: use symbolic con... [gitster] |
|
check_bindir |
Thu Jun 19 16:00:38 -0700 2008 |
Move all dashed-form commands to libexecdir
Si... [pclouds] |
|
color.c |
Wed May 14 12:34:44 -0700 2008 |
Provide git_config with a callback-data paramet... [dscho] |
|
color.h |
Wed May 14 12:34:44 -0700 2008 |
Provide git_config with a callback-data paramet... [dscho] |
|
combine-diff.c |
Sun Oct 12 12:36:19 -0700 2008 |
Replace calls to strbuf_init(&foo, 0) with STRB... [Brandon Casey] |
|
command-list.txt |
Thu Jan 17 22:52:40 -0800 2008 |
Officially deprecate repo-config.
Signed-off-b... [gitster] |
|
commit.c |
Thu Oct 02 18:03:35 -0700 2008 |
commit.c: make read_graft_file() static
This f... [Nanako Shiraishi] |
|
commit.h |
Thu Oct 02 18:03:35 -0700 2008 |
commit.c: make read_graft_file() static
This f... [Nanako Shiraishi] |
|
compat/ |
Tue Oct 28 09:12:49 -0700 2008 |
compat/cygwin.c: make runtime detection of lsta... [gitster] |
|
config.c |
Sun Oct 12 12:36:19 -0700 2008 |
Replace calls to strbuf_init(&foo, 0) with STRB... [Brandon Casey] |
|
config.mak.in |
Sun Sep 07 23:45:56 -0700 2008 |
Merge branch 'jc/cc-ld-dynpath'
* jc/cc-ld-dyn... [gitster] |
|
configure.ac |
Sun Aug 17 17:42:02 -0700 2008 |
configure: auto detect dynamic library path swi... [gafunchal] |
|
connect.c |
Sat Oct 18 06:53:47 -0700 2008 |
make alloc_ref_from_str() the new alloc_ref()
... [René Scharfe] |
|
contrib/ |
Fri Oct 31 01:42:58 -0700 2008 |
Merge branch 'maint'
* maint:
git-svn: chang... [gitster] |
|
convert.c |
Sun Oct 12 12:36:19 -0700 2008 |
Replace calls to strbuf_init(&foo, 0) with STRB... [Brandon Casey] |
|
copy.c |
Tue Apr 22 21:21:08 -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'
* maint:
rebase -i: do ... [spearce] |
|
csum-file.h |
Fri Oct 10 08:39:20 -0700 2008 |
Merge branch 'maint'
* maint:
rebase -i: do ... [spearce] |
|
ctype.c |
Thu Aug 28 21:49:51 -0700 2008 |
dir.c: Avoid c99 array initialization
The foll... [Brandon Casey] |
|
daemon.c |
Fri Oct 24 16:34:01 -0700 2008 |
git-daemon: set REMOTE_ADDR to client address
... [joeyh] |
|
date.c |
Sun Aug 17 17:41:53 -0700 2008 |
date/time: do not get confused by fractional se... [Linus Torvalds] |
|
decorate.c |
Wed Aug 20 13:30:49 -0700 2008 |
decorate: allow const objects to be decorated
... [Jeff King] |
|
decorate.h |
Wed Aug 20 13:30:49 -0700 2008 |
decorate: allow const objects to be decorated
... [Jeff King] |
|
delta.h |
Thu Jul 12 14:32:35 -0700 2007 |
Support fetching the memory usage of a delta in... [Brian Downing] |
|
diff-delta.c |
Tue Dec 18 15:22:28 -0800 2007 |
fix style of a few comments in diff-delta.c
Si... [Nicolas Pitre] |
|
diff-lib.c |
Sat Aug 30 20:53:24 -0700 2008 |
diff: vary default prefix depending on what are... [gitster] |
|
diff-no-index.c |
Sat Aug 30 20:53:24 -0700 2008 |
diff: vary default prefix depending on what are... [gitster] |
|
diff.c |
Sat Oct 18 08:02:55 -0700 2008 |
diff: add filter for converting binary to text
... [Jeff King] |
|
diff.h |
Thu Sep 25 08:41:42 -0700 2008 |
Merge branch 'ho/dirstat-by-file'
* ho/dirstat... [spearce] |
|
diffcore-break.c |
Sun Dec 02 02:24:46 -0800 2007 |
rename: Break filepairs with different types.
... [gitster] |
|
diffcore-delta.c |
Thu Oct 04 00:05:36 -0700 2007 |
optimize diffcore-delta by sorting hash entries... [Linus Torvalds] |
|
diffcore-order.c |
Tue Sep 18 17:42:17 -0700 2007 |
Use xmemdupz() in many places.
Signed-off-by: ... [MadCoder] |
|
diffcore-pickaxe.c |
Thu Jun 07 00:04:01 -0700 2007 |
War on whitespace
This uses "git-apply --white... [gitster] |
|
diffcore-rename.c |
Tue Oct 28 08:58:42 -0700 2008 |
Add file delete/create info when we overflow re... [Linus Torvalds] |
|
diffcore.h |
Sat Oct 18 08:02:26 -0700 2008 |
diff: introduce diff.<driver>.binary
The "diff... [Jeff King] |
|
dir.c |
Thu Oct 02 17:46:09 -0700 2008 |
dir.c: make dir_add_name() and dir_add_ignored(... [Nanako Shiraishi] |
|
dir.h |
Thu Oct 02 17:46:09 -0700 2008 |
dir.c: make dir_add_name() and dir_add_ignored(... [Nanako Shiraishi] |
|
dump-cache-tree.c |
Thu Aug 17 14:23:53 -0700 2006 |
Do not use memcmp(sha1_1, sha1_2, 20) with hard... [David Rientjes] |
|
editor.c |
Sun Oct 12 12:36:19 -0700 2008 |
Replace calls to strbuf_init(&foo, 0) with STRB... [Brandon Casey] |
|
entry.c |
Sun Aug 31 09:39:19 -0700 2008 |
'git foo' program identifies itself without das... [gitster] |
|
environment.c |
Tue Sep 30 14:30:06 -0700 2008 |
add have_git_dir() function
This function is u... [Dmitry Potapov] |
|
exec_cmd.c |
Sun Oct 12 12:36:19 -0700 2008 |
Replace calls to strbuf_init(&foo, 0) with STRB... [Brandon Casey] |
|
exec_cmd.h |
Mon Jul 28 23:02:11 -0700 2008 |
Refactor, adding prepare_git_cmd(const char **a... [Steffen Prohaska] |
|
fast-import.c |
Thu Oct 02 18:06:56 -0700 2008 |
fix openssl headers conflicting with custom SHA... [Nicolas Pitre] |
|
fetch-pack.h |
Tue Mar 04 23:28:14 -0800 2008 |
Teach fetch-pack/upload-pack about --include-ta... [spearce] |
|
fixup-builtins |
Fri Jul 11 21:13:17 -0700 2008 |
make remove-dashes: apply to scripts and progra... [vmiklos] |
|
fsck.c |
Sun Oct 12 12:36:19 -0700 2008 |
Replace calls to strbuf_init(&foo, 0) with STRB... [Brandon Casey] |
|
fsck.h |
Mon Feb 25 23:57:35 -0800 2008 |
add common fsck error printing function
Signed... [Martin Koegler] |
|
generate-cmdlist.sh |
Sat Dec 01 23:48:28 -0800 2007 |
Consolidate command list to one.
The categoriz... [gitster] |
|
git-add--interactive.perl |
Sun Oct 26 16:20:24 -0700 2008 |
add -p: warn if only binary changes present
Cu... [Thomas Rast] |
|
git-am.sh |
Sat Aug 16 02:32:36 -0700 2008 |
git-am: ignore --binary option
The git-apply d... [Stephan Beyer] |
|
git-archimport.perl |
Sun Jul 13 14:12:48 -0700 2008 |
Make usage strings dash-less
When you misuse a... [Stephan Beyer] |
|
git-bisect.sh |
Fri Sep 05 22:31:43 -0700 2008 |
bisect: remove "checkout_done" variable used wh... [Christian Couder] |
|
git-compat-util.h |
Tue Sep 30 14:30:06 -0700 2008 |
cygwin: Use native Win32 API for stat
lstat/st... [Dmitry Potapov] |
|
git-cvsexportcommit.perl |
Sun Jul 13 14:12:48 -0700 2008 |
Make usage strings dash-less
When you misuse a... [Stephan Beyer] |
|
git-cvsimport.perl |
Tue Aug 05 21:21:08 -0700 2008 |
Merge branch 'maint'
* maint:
RelNotes 1.5.6... [gitster] |
|
git-cvsserver.perl |
Sat Jul 19 11:17:43 -0700 2008 |
cvsserver: Add cvs co -c support
Implement cvs... [Lars Noschinski] |
|
git-filter-branch.sh |
Tue Sep 02 17:47:13 -0700 2008 |
Merge branch 'tr/filter-branch'
* tr/filter-br... [gitster] |
|
git-gui/ |
Thu Sep 25 08:41:07 -0700 2008 |
Merge git://repo.or.cz/git-gui
* git://repo.or... [spearce] |
|
git-instaweb.sh |
Sun Jul 13 14:12:48 -0700 2008 |
Make usage strings dash-less
When you misuse a... [Stephan Beyer] |
|
git-lost-found.sh |
Sat Nov 17 21:39:37 -0800 2007 |
Merge branch 'ph/parseopt-sh'
* ph/parseopt-sh... [gitster] |
|
git-merge-octopus.sh |
Wed Jul 30 00:20:51 -0700 2008 |
git-merge-octopus: use (merge-base A (merge B C... [gitster] |
|
git-merge-one-file.sh |
Tue Mar 18 22:17:17 -0700 2008 |
git-merge-one-file: fix longstanding stupid thi... [gitster] |
|
git-merge-resolve.sh |
Thu Aug 30 17:18:22 -0700 2007 |
Fixing comment in merge strategies
Comments in... [pinetops] |
|
git-mergetool.sh |
Thu Jun 19 14:13:55 -0700 2008 |
Remove the use of '--' in merge program invocat... [Patrick Higgins] |
|
git-parse-remote.sh |
Mon Jul 02 22:52:14 -0700 2007 |
Rewrite "git-frotz" to "git frotz"
This uses t... [gitster] |
|
git-pull.sh |
Fri Oct 17 11:26:20 -0700 2008 |
pull: allow "git pull origin $something:$curren... [gitster] |
|
git-quiltimport.sh |
Mon Jul 21 18:51:47 -0700 2008 |
Rename .git/rebase to .git/rebase-apply
With g... [dscho] |
|
git-rebase--interactive.sh |
Sun Oct 19 16:07:29 -0700 2008 |
Merge branch 'sh/maint-rebase3'
* sh/maint-reb... [gitster] |
|
git-rebase.sh |
Sun Oct 19 16:06:31 -0700 2008 |
Merge branch 'ae/preservemerge'
* ae/preservem... [gitster] |
|
git-relink.perl |
Sun Jul 13 14:12:48 -0700 2008 |
Make usage strings dash-less
When you misuse a... [Stephan Beyer] |
|
git-repack.sh |
Fri Sep 19 22:23:14 -0700 2008 |
git-repack uses --no-repack-object, not --no-re... [Mikachu] |
|
git-request-pull.sh |
Sun Jul 13 16:08:27 -0700 2008 |
git-request-pull: replace call to deprecated pe... [Ramsay Jones] |
|
git-send-email.perl |
Wed Oct 01 08:56:58 -0700 2008 |
send-email: signedoffcc -> signedoffbycc, but h... [Michael Witten] |
|
git-sh-setup.sh |
Sun Jul 13 14:12:48 -0700 2008 |
Make usage strings dash-less
When you misuse a... [Stephan Beyer] |
|
git-stash.sh |
Thu Oct 09 09:09:50 -0700 2008 |
git-stash.sh: fix flawed fix of invalid ref han... [Brandon Casey] |
|
git-submodule.sh |
Wed Oct 22 18:06:34 -0700 2008 |
submodule: fix some non-portable grep invocatio... [Jeff King] |
|
git-svn.perl |
Fri Oct 31 01:42:58 -0700 2008 |
Merge branch 'maint'
* maint:
git-svn: chang... [gitster] |
|
git-web--browse.sh |
Wed Sep 24 15:49:21 -0700 2008 |
git-web--browse: Support for using /bin/start o... [pasky] |
|
git.c |
Sun Oct 12 12:36:19 -0700 2008 |
Replace calls to strbuf_init(&foo, 0) with STRB... [Brandon Casey] |
|
git.spec.in |
Mon Sep 15 21:03:59 -0700 2008 |
Update RPM spec for the new location of git-cvs... [qtonthat] |
|
gitk-git/ |
Mon Oct 20 22:16:09 -0700 2008 |
Merge git://git.kernel.org/pub/scm/gitk/gitk
*... [gitster] |
|
gitweb/ |
Sun Oct 12 13:53:14 -0700 2008 |
gitweb: refactor input parameters parse/validat... [Oblomov] |
|
graph.c |
Sun Oct 12 12:36:19 -0700 2008 |
Replace calls to strbuf_init(&foo, 0) with STRB... [Brandon Casey] |
|
graph.h |
Thu Sep 25 08:00:28 -0700 2008 |
graph.c: make many functions static
These func... [Nanako Shiraishi] |
|
grep.c |
Wed Oct 01 09:14:54 -0700 2008 |
git grep: Add "-z/--null" option as in GNU's gr... [Raphael Zimmerer] |
|
grep.h |
Wed Oct 01 09:14:54 -0700 2008 |
git grep: Add "-z/--null" option as in GNU's gr... [Raphael Zimmerer] |
|
hash-object.c |
Sun Oct 12 12:36:19 -0700 2008 |
Replace calls to strbuf_init(&foo, 0) with STRB... [Brandon Casey] |
|
hash.c |
Sun Mar 09 00:43:48 -0800 2008 |
Add 'const' where appropriate to index handling... [Linus Torvalds] |
|
hash.h |
Sun Mar 09 00:43:48 -0800 2008 |
Add 'const' where appropriate to index handling... [Linus Torvalds] |
|
help.c |
Thu Sep 11 23:05:39 -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'
* ar/autospell:
... [gitster] |
|
http-push.c |
Sat Oct 18 06:53:47 -0700 2008 |
make alloc_ref_from_str() the new alloc_ref()
... [René Scharfe] |
|
http-walker.c |
Thu Oct 02 18:06:56 -0700 2008 |
fix openssl headers conflicting with custom SHA... [Nicolas Pitre] |
|
http.c |
Tue Sep 16 00:46:36 -0700 2008 |
Merge branch 'mh/maint-honor-no-ssl-verify'
* ... [gitster] |
|
http.h |
Fri Jul 04 00:37:40 -0700 2008 |
Work around gcc warnings from curl headers
Aft... [gitster] |
|
ident.c |
Wed Jul 30 11:42:01 -0700 2008 |
Replace uses of "git-var" with "git var"
Signe... [Todd Zullinger] |
|
imap-send.c |
Sun Oct 12 12:36:19 -0700 2008 |
Replace calls to strbuf_init(&foo, 0) with STRB... [Brandon Casey] |
|
index-pack.c |
Tue Oct 21 13:47:22 -0700 2008 |
Merge branch 'maint'
* maint:
GIT 1.6.0.3
... [gitster] |
|
interpolate.c |
Fri Feb 22 14:14:40 -0800 2008 |
Avoid unnecessary "if-before-free" tests.
This... [Jim Meyering] |
|
interpolate.h |
Wed Jun 13 00:41:21 -0700 2007 |
Lift 16kB limit of log message output
Traditio... [gitster] |
|
levenshtein.c |
Sun Aug 31 10:14:58 -0700 2008 |
git wrapper: DWIM mistyped commands
This patch... [dscho] |
|
levenshtein.h |
Sun Aug 31 10:14:58 -0700 2008 |
git wrapper: DWIM mistyped commands
This patch... [dscho] |
|
list-objects.c |
Mon Feb 18 19:25:26 -0800 2008 |
list-objects.c::process_tree/blob: check for NU... [Martin Koegler] |
|
list-objects.h |
Thu Sep 07 02:46:02 -0700 2006 |
pack-objects: further work on internal rev-list... [Junio C Hamano] |
|
ll-merge.c |
Sat Aug 30 19:41:44 -0700 2008 |
git-merge-recursive: learn to honor merge.confl... [gitster] |
|
ll-merge.h |
Mon Feb 18 00:46:13 -0800 2008 |
merge-recursive: split low-level merge function... [gitster] |
|
lockfile.c |
Sun Oct 19 12:35:37 -0700 2008 |
Enhance hold_lock_file_for_{update,append}() AP... [gitster] |
|
log-tree.c |
Sun Oct 12 12:36:19 -0700 2008 |
Replace calls to strbuf_init(&foo, 0) with STRB... [Brandon Casey] |
|
log-tree.h |
Thu Sep 04 17:01:41 -0700 2008 |
move load_ref_decorations() to log-tree.c and e... [René Scharfe] |
|
mailmap.c |
Mon Jul 21 19:11:50 -0700 2008 |
Rename path_list to string_list
The name path_... [dscho] |
|
mailmap.h |
Mon Jul 21 19:11:50 -0700 2008 |
Rename path_list to string_list
The name path_... [dscho] |
|
match-trees.c |
Sat Oct 20 22:43:27 -0700 2007 |
Improved const correctness for strings
Signed-... [spearce] |
|
merge-file.c |
Thu Dec 13 23:04:26 -0800 2007 |
xdl_diff: identify call sites.
This inserts a ... [gitster] |
|
merge-index.c |
Sun Aug 31 09:39:19 -0700 2008 |
'git foo' program identifies itself without das... [gitster] |
|
merge-recursive.c |
Sun Oct 19 14:49:38 -0700 2008 |
git-merge-recursive: honor merge.conflictstyle ... [Matt McCutchen] |
|
merge-recursive.h |
Thu Sep 04 22:50:43 -0700 2008 |
merge-recursive: move current_{file,directory}_... [vmiklos] |
|
merge-tree.c |
Wed Oct 08 07:30:59 -0700 2008 |
Replace xmalloc/memset(0) pairs with xcalloc
M... [Brandon Casey] |
|
mktag.c |
Sun Oct 12 12:36:19 -0700 2008 |
Replace calls to strbuf_init(&foo, 0) with STRB... [Brandon Casey] |
|
mktree.c |
Sun Oct 12 12:36:19 -0700 2008 |
Replace calls to strbuf_init(&foo, 0) with STRB... [Brandon Casey] |
|
mozilla-sha1/ |
Thu Oct 02 18:06:56 -0700 2008 |
fix openssl headers conflicting with custom SHA... [Nicolas Pitre] |
|
name-hash.c |
Wed Apr 09 01:22:25 -0700 2008 |
Make hash_name_lookup able to do case-independe... [Linus Torvalds] |
|
object.c |
Sun Feb 03 16:04:57 -0800 2008 |
parse_object_buffer: don't ignore errors from t... [Martin Koegler] |
|
object.h |
Wed Sep 10 15:00:17 -0700 2008 |
Fix git-diff-tree --stdin
140b378 (Teach git d... [gitster] |
|
pack-check.c |
Thu Oct 02 18:06:56 -0700 2008 |
fix openssl headers conflicting with custom SHA... [Nicolas Pitre] |
|
pack-redundant.c |
Sun Jul 13 14:12:48 -0700 2008 |
Make usage strings dash-less
When you misuse a... [Stephan Beyer] |
|
pack-refs.c |
Sun Oct 19 12:35:37 -0700 2008 |
Enhance hold_lock_file_for_{update,append}() AP... [gitster] |
|
pack-refs.h |
Thu Jun 19 15:53:13 -0700 2008 |
Move pack_refs() and friends into libgit
This ... [Johan Herland] |
|
pack-revindex.c |
Fri Aug 22 22:00:22 -0700 2008 |
discard revindex data when pack list changes
T... [Nicolas Pitre] |
|
pack-revindex.h |
Fri Aug 22 22:00:22 -0700 2008 |
discard revindex data when pack list changes
T... [Nicolas Pitre] |
|
pack-write.c |
Thu Oct 02 18:06:56 -0700 2008 |
fix openssl headers conflicting with custom SHA... [Nicolas Pitre] |
|
pack.h |
Fri Aug 29 21:51:27 -0700 2008 |
improve reliability of fixup_pack_header_footer... [Nicolas Pitre] |
|
pager.c |
Fri Jul 25 21:29:44 -0700 2008 |
spawn pager via run_command interface
This has... [Jeff King] |
|
parse-options.c |
Wed Aug 06 13:50:48 -0700 2008 |
Sync with 1.5.6.5 [gitster] |
|
parse-options.h |
Wed Aug 06 13:50:48 -0700 2008 |
Sync with 1.5.6.5 [gitster] |
|
patch-delta.c |
Mon Dec 18 15:30:17 -0800 2006 |
make patch_delta() error cases a bit more verbo... [Nicolas Pitre] |
|
patch-id.c |
Thu Oct 02 18:06:56 -0700 2008 |
fix openssl headers conflicting with custom SHA... [Nicolas Pitre] |
|
patch-ids.c |
Sun Nov 11 16:54:15 -0800 2007 |
Make the diff_options bitfields be an unsigned ... [MadCoder] |
|
patch-ids.h |
Wed Apr 11 20:02:03 -0700 2007 |
Refactor patch-id filtering out of git-cherry a... [Junio C Hamano] |
|
path.c |
Mon Aug 11 16:44:54 -0700 2008 |
Fix typo in comments of longest_ancestor_length... [pclouds] |
|
perl/ |
Wed Sep 10 11:45:22 -0700 2008 |
Git.pm: Use File::Temp->tempfile instead of ->n... [neoeinstein] |
|
pkt-line.c |
Sat May 03 22:15:25 -0700 2008 |
Cleanup xread() loops to use read_in_full()
Si... [Heikki Orsila] |
|
pkt-line.h |
Mon Jun 26 02:11:53 -0700 2006 |
Fix pkt-line.h to compile with a non-GCC compil... [Dennis Stosberg] |
|
ppc/ |
Thu Oct 02 18:06:56 -0700 2008 |
fix openssl headers conflicting with custom SHA... [Nicolas Pitre] |
|
pretty.c |
Sun Oct 12 12:36:19 -0700 2008 |
Replace calls to strbuf_init(&foo, 0) with STRB... [Brandon Casey] |
|
progress.c |
Sun Jun 08 13:56:32 -0700 2008 |
progress.c: avoid use of dynamic-sized array
D... [gerberb] |
|
progress.h |
Thu Nov 08 15:43:41 -0800 2007 |
nicer display of thin pack completion
In the s... [Nicolas Pitre] |
|
quote.c |
Fri Jun 27 23:22:00 -0700 2008 |
shrink git-shell by avoiding redundant dependen... [Dmitry Potapov] |
|
quote.h |
Fri Mar 07 21:22:25 -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'
* mk/mai... [gitster] |
|
reachable.h |
Sat Jan 06 22:57:34 -0800 2007 |
Move traversal of reachable objects into a sepa... [Junio C Hamano] |
|
read-cache.c |
Wed Oct 22 17:16:07 -0700 2008 |
rm: loosen safety valve for empty files
If a f... [Jeff King] |
|
reflog-walk.c |
Mon Jul 21 19:11:50 -0700 2008 |
Rename path_list to string_list
The name path_... [dscho] |
|
reflog-walk.h |
Tue Jul 24 17:28:10 -0700 2007 |
git log -g: Complain, but do not fail, when no ... [dscho] |
|
refs.c |
Tue Oct 21 17:58:11 -0700 2008 |
Merge branch 'jc/maint-co-track'
* jc/maint-co... [gitster] |
|
refs.h |
Sun May 04 17:41:44 -0700 2008 |
Allow for having for_each_ref() list extra refs... [Daniel Barkalow] |
|
remote.c |
Sat Oct 18 06:53:47 -0700 2008 |
make alloc_ref_from_str() the new alloc_ref()
... [René Scharfe] |
|
remote.h |
Sat Oct 18 06:53:47 -0700 2008 |
make alloc_ref_from_str() the new alloc_ref()
... [René Scharfe] |
|
rerere.c |
Tue Oct 21 17:58:11 -0700 2008 |
Merge branch 'jc/maint-co-track'
* jc/maint-co... [gitster] |
|
rerere.h |
Mon Jul 21 19:11:50 -0700 2008 |
Rename path_list to string_list
The name path_... [dscho] |
|
revision.c |
Thu Sep 18 20:18:37 -0700 2008 |
Merge branch 'tr/rev-list-reverse'
* tr/rev-li... [gitster] |
|
revision.h |
Thu Sep 18 20:18:37 -0700 2008 |
Merge branch 'tr/rev-list-reverse'
* tr/rev-li... [gitster] |
|
run-command.c |
Thu Oct 02 18:02:44 -0700 2008 |
run-command.c: remove run_command_v_opt_cd()
T... [Nanako Shiraishi] |
|
run-command.h |
Thu Oct 02 18:02:44 -0700 2008 |
run-command.c: remove run_command_v_opt_cd()
T... [Nanako Shiraishi] |
|
send-pack.h |
Fri Nov 09 21:14:10 -0800 2007 |
Teach send-pack a mirror mode
Existing "git pu... [Andy Whitcroft] |
|
server-info.c |
Fri Jan 04 12:28:58 -0800 2008 |
Don't access line[-1] for a zero-length "line" ... [Jim Meyering] |
|
setup.c |
Mon Oct 06 00:37:30 -0700 2008 |
make prefix_path() never return NULL
There are... [Dmitry Potapov] |
|
sha1-lookup.c |
Wed Apr 09 01:30:18 -0700 2008 |
sha1-lookup: make selection of 'middle' less ag... [gitster] |
|
sha1-lookup.h |
Wed Apr 09 01:23:52 -0700 2008 |
sha1-lookup: more memory efficient search in so... [gitster] |
|
sha1_file.c |
Tue Oct 21 17:58:11 -0700 2008 |
Merge branch 'jc/maint-co-track'
* jc/maint-co... [gitster] |
|
sha1_name.c |
Thu Aug 21 23:30:17 -0700 2008 |
Make reflog query '@{1219188291}' act as '@{200... [spearce] |
|
shallow.c |
Mon Feb 18 20:56:01 -0800 2008 |
Merge branch 'mk/maint-parse-careful'
* mk/mai... [gitster] |
|
shell.c |
Fri Aug 29 00:16:39 -0700 2008 |
Merge branch 'maint'
* maint:
tutorial: gent... [gitster] |
|
shortlog.h |
Mon Jul 21 19:11:50 -0700 2008 |
Rename path_list to string_list
The name path_... [dscho] |
|
show-index.c |
Sat Jul 05 17:26:29 -0700 2008 |
Fix some warnings (on cygwin) to allow -Werror
... [Ramsay Jones] |
|
sideband.c |
Wed Sep 03 14:51:10 -0700 2008 |
improve handling of sideband message display
C... [Nicolas Pitre] |
|
sideband.h |
Wed Oct 11 11:13:01 -0700 2006 |
atomic write for sideband remote messages
It h... [Nicolas Pitre] |
|
strbuf.c |
Sun Jul 13 14:04:04 -0700 2008 |
Add some useful functions for strbuf manipulati... [Lukas Sandström] |
|
strbuf.h |
Fri Jul 25 17:09:38 -0700 2008 |
editor.c: Libify launch_editor()
This patch re... [Stephan Beyer] |
|
string-list.c |
Mon Jul 21 19:11:50 -0700 2008 |
Rename path_list to string_list
The name path_... [dscho] |
|
string-list.h |
Mon Jul 21 19:11:50 -0700 2008 |
Rename path_list to string_list
The name path_... [dscho] |
|
symlinks.c |
Sat May 10 18:16:31 -0700 2008 |
Optimize symlink/directory detection
This is t... [Linus Torvalds] |
|
t/ |
Fri Oct 31 01:42:58 -0700 2008 |
Merge branch 'maint'
* maint:
git-svn: chang... [gitster] |
|
tag.c |
Sun Mar 02 15:11:07 -0800 2008 |
Merge branch 'mk/maint-parse-careful'
* mk/mai... [gitster] |
|
tag.h |
Wed Nov 02 16:50:58 -0800 2005 |
Be careful when dereferencing tags.
One caller... [Junio C Hamano] |
|
tar.h |
Sat Mar 25 16:35:43 -0800 2006 |
tar-tree: Introduce write_entry()
... and use ... [Rene Scharfe] |
|
templates/ |
Tue Sep 09 13:32:32 -0700 2008 |
Fix permission bits on sources checked out with... [gitster] |
|
test-chmtime.c |
Fri Oct 31 00:19:52 -0700 2008 |
Add --verbose|-v to test-chmtime
This allows u... [Alex Riesen] |
|
test-date.c |
Wed Dec 20 09:51:35 -0800 2006 |
simplify inclusion of system header files.
Thi... [Junio C Hamano] |
|
test-delta.c |
Tue May 01 02:59:08 -0700 2007 |
Fix compilation of test-delta
The code used wr... [Martin Koegler] |
|
test-genrandom.c |
Wed Apr 11 19:23:32 -0700 2007 |
simple random data generator for tests
Relianc... [Nicolas Pitre] |
|
test-match-trees.c |
Sat Apr 07 02:29:40 -0700 2007 |
A new merge stragety 'subtree'.
This merge str... [Junio C Hamano] |
|
test-parse-options.c |
Wed Aug 13 18:11:44 -0700 2008 |
test-parse-options: use appropriate cast in len... [Brandon Casey] |
|
test-path-utils.c |
Fri May 23 14:15:01 -0700 2008 |
Add support for GIT_CEILING_DIRECTORIES
Make g... [dreiss] |
|
test-sha1.c |
Thu Oct 02 18:06:56 -0700 2008 |
fix openssl headers conflicting with custom SHA... [Nicolas Pitre] |
|
test-sha1.sh |
Thu Mar 13 00:57:52 -0700 2008 |
more tr portability test script fixes
Dealing ... [Jeff King] |
|
thread-utils.c |
Sat Feb 23 12:00:32 -0800 2008 |
pack-objects: Add runtime detection of online C... [Andreas Ericsson] |
|
thread-utils.h |
Sat Feb 23 12:00:32 -0800 2008 |
pack-objects: Add runtime detection of online C... [Andreas Ericsson] |
|
trace.c |
Mon Dec 03 22:11:53 -0800 2007 |
Trace and quote with argv: get rid of unneeded ... [Christian Couder] |
|
transport.c |
Tue Oct 21 17:58:01 -0700 2008 |
Merge branch 'rs/alloc-ref'
* rs/alloc-ref:
... [gitster] |
|
transport.h |
Thu Oct 09 11:26:17 -0700 2008 |
Implement git clone -v
The new -v option force... [vmiklos] |
|
tree-diff.c |
Sun Aug 31 09:39:19 -0700 2008 |
'git foo' program identifies itself without das... [gitster] |
|
tree-walk.c |
Sun Mar 09 00:43:47 -0800 2008 |
Fix tree-walking compare_entry() in the presens... [Linus Torvalds] |
|
tree-walk.h |
Sun Mar 09 00:43:47 -0800 2008 |
Make 'traverse_trees()' traverse conflicting DF... [Linus Torvalds] |
|
tree.c |
Tue Jul 15 07:17:59 -0700 2008 |
add context pointer to read_tree_recursive()
A... [René Scharfe] |
|
tree.h |
Tue Jul 15 07:17:59 -0700 2008 |
add context pointer to read_tree_recursive()
A... [René Scharfe] |
|
unpack-file.c |
Wed May 14 12:34:44 -0700 2008 |
Provide git_config with a callback-data paramet... [dscho] |
|
unpack-trees.c |
Tue Sep 09 22:55:22 -0700 2008 |
checkout: do not lose staged removal
The logic... [gitster] |
|
unpack-trees.h |
Tue Sep 09 22:55:22 -0700 2008 |
checkout: do not lose staged removal
The logic... [gitster] |
|
update-server-info.c |
Sun Jul 13 14:12:48 -0700 2008 |
Make usage strings dash-less
When you misuse a... [Stephan Beyer] |
|
upload-pack.c |
Sun Aug 31 09:39:19 -0700 2008 |
'git foo' program identifies itself without das... [gitster] |
|
usage.c |
Mon Sep 29 07:30:16 -0700 2008 |
usage.c: remove unused functions
This removes ... [Nanako Shiraishi] |
|
userdiff.c |
Sat Oct 18 08:02:55 -0700 2008 |
diff: add filter for converting binary to text
... [Jeff King] |
|
userdiff.h |
Sat Oct 18 08:02:55 -0700 2008 |
diff: add filter for converting binary to text
... [Jeff King] |
|
utf8.c |
Sun Jan 06 20:53:46 -0800 2008 |
utf8_width(): allow non NUL-terminated input
T... [gitster] |
|
utf8.h |
Sun Jan 06 20:53:46 -0800 2008 |
utf8_width(): allow non NUL-terminated input
T... [gitster] |
|
var.c |
Wed Jul 30 11:42:01 -0700 2008 |
Replace uses of "git-var" with "git var"
Signe... [Todd Zullinger] |
|
walker.c |
Sat Oct 18 06:53:47 -0700 2008 |
make alloc_ref_from_str() the new alloc_ref()
... [René Scharfe] |
|
walker.h |
Sat Apr 26 17:36:17 -0700 2008 |
Make walker.fetch_ref() take a struct ref.
Thi... [Daniel Barkalow] |
|
wrapper.c |
Sun Jul 20 17:17:09 -0700 2008 |
Move read_in_full() and write_in_full() to wrap... [gitster] |
|
write_or_die.c |
Sun Jul 20 17:17:09 -0700 2008 |
Move read_in_full() and write_in_full() to wrap... [gitster] |
|
ws.c |
Sun Oct 12 12:36:19 -0700 2008 |
Replace calls to strbuf_init(&foo, 0) with STRB... [Brandon Casey] |
|
wt-status.c |
Fri Oct 17 13:03:52 -0700 2008 |
Merge branch 'jk/maint-ls-files-other' into jk/... [gitster] |
|
wt-status.h |
Mon Jun 09 15:48:19 -0700 2008 |
Add argument 'no' commit/status option -u|--unt... [mstormo] |
|
xdiff-interface.c |
Fri Oct 17 01:52:32 -0700 2008 |
Merge branch 'maint'
* maint:
t1301-shared-r... [gitster] |
|
xdiff-interface.h |
Mon Sep 29 11:04:20 -0700 2008 |
Merge branch 'bc/master-diff-hunk-header-fix'
... [spearce] |
|
xdiff/ |
Sat Aug 30 19:41:43 -0700 2008 |
xmerge.c: "diff3 -m" style clips merge reductio... [gitster] |