|
name |
age |
message
|
|
.gitattributes |
Sun Jun 21 10:42:37 -0700 2009 |
.gitattributes: CR at the end of the line is an... [Nanako Shiraishi] |
|
.gitignore |
Fri Apr 17 21:42:12 -0700 2009 |
Merge branch 'da/difftool'
* da/difftool:
me... [Junio C Hamano] |
|
.mailmap |
Sat Jul 19 11:25:51 -0700 2008 |
.mailmap update
A few people sent in patches u... [Junio C Hamano] |
|
COPYING |
Mon Apr 11 10:18:16 -0700 2005 |
Add a COPYING notice, making it explicit that t... [Linus Torvalds] |
|
Documentation/ |
Sat Jul 18 17:21:35 -0700 2009 |
Updates to draft release notes to 1.6.4
Signed... [Junio C Hamano] |
|
GIT-VERSION-GEN |
Wed May 06 18:16:40 -0700 2009 |
GIT 1.6.3
Signed-off-by: Junio C Hamano <gitst... [Junio C Hamano] |
|
INSTALL |
Wed Dec 10 19:17:43 -0800 2008 |
Add support for a pdf version of the user manua... [vmiklos] |
|
Makefile |
Fri Jul 10 23:50:29 -0700 2009 |
Makefile: update IRIX64 section
Signed-off-by:... [Brandon Casey] |
|
README |
Wed Feb 25 00:49:54 -0800 2009 |
README: fix path to "gitcvs-migration.txt" and ... [Christian Couder] |
|
RelNotes |
Fri May 08 21:57:02 -0700 2009 |
Start 1.6.4 development
Signed-off-by: Junio C... [Junio C Hamano] |
|
abspath.c |
Sat Jun 27 11:14:53 -0700 2009 |
Use die_errno() instead of die() when checking ... [Thomas Rast] |
|
alias.c |
Sat May 23 01:39:08 -0700 2009 |
Merge branch 'jk/maint-1.6.0-trace-argv'
* jk/... [Junio C Hamano] |
|
alloc.c |
Fri May 01 15:17:31 -0700 2009 |
Fix a bunch of pointer declarations (codestyle)... [felipec] |
|
archive-tar.c |
Fri May 08 23:57:29 -0700 2009 |
archive-tar.c: squelch a type mismatch warning
... [Junio C Hamano] |
|
archive-zip.c |
Sat Jul 19 11:17:43 -0700 2008 |
archive: remove unused headers
Remove obsolete... [René Scharfe] |
|
archive.c |
Mon May 25 01:07:25 -0700 2009 |
parse-opts: prepare for OPT_FILENAME
To give O... [Stephen Boyd] |
|
archive.h |
Fri Apr 17 21:05:49 -0700 2009 |
archive: do not read .gitattributes in working ... [pclouds] |
|
arm/ |
Thu Oct 02 18:06:56 -0700 2008 |
fix openssl headers conflicting with custom SHA... [Nicolas Pitre] |
|
attr.c |
Tue Jun 30 16:12:24 -0700 2009 |
attr: plug minor memory leak
Free the memory a... [René Scharfe] |
|
attr.h |
Fri Apr 17 21:05:49 -0700 2009 |
attr: add GIT_ATTR_INDEX "direction"
This inst... [pclouds] |
|
base85.c |
Thu Jun 18 09:22:46 -0700 2009 |
Fix big left-shifts of unsigned char
Shifting ... [Linus Torvalds] |
|
bisect.c |
Mon Jul 06 09:39:46 -0700 2009 |
Merge branch 'tr/die_errno'
* tr/die_errno:
... [Junio C Hamano] |
|
bisect.h |
Sat Jun 06 11:26:56 -0700 2009 |
bisect: add parameters to "filter_skipped"
bec... [Christian Couder] |
|
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 |
Sat Jun 27 11:14:53 -0700 2009 |
Convert existing die(..., strerror(errno)) to d... [Thomas Rast] |
|
branch.h |
Tue Mar 03 22:58:52 -0800 2009 |
Make git-clone respect branch.autosetuprebase
... [Junio C Hamano] |
|
builtin-add.c |
Thu Jul 09 01:11:26 -0700 2009 |
Add 'fill_directory()' helper function for dire... [Linus Torvalds] |
|
builtin-annotate.c |
Thu Jun 07 00:04:01 -0700 2007 |
War on whitespace
This uses "git-apply --white... [Junio C Hamano] |
|
builtin-apply.c |
Mon Jul 06 09:39:46 -0700 2009 |
Merge branch 'tr/die_errno'
* tr/die_errno:
... [Junio C Hamano] |
|
builtin-archive.c |
Sat Jun 27 11:14:53 -0700 2009 |
Use die_errno() instead of die() when checking ... [Thomas Rast] |
|
builtin-bisect--helper.c |
Mon May 25 01:07:25 -0700 2009 |
parse-opts: prepare for OPT_FILENAME
To give O... [Stephen Boyd] |
|
builtin-blame.c |
Sat Jun 27 11:14:53 -0700 2009 |
Use die_errno() instead of die() when checking ... [Thomas Rast] |
|
builtin-branch.c |
Mon May 25 01:07:25 -0700 2009 |
parse-opts: prepare for OPT_FILENAME
To give O... [Stephen Boyd] |
|
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 May 31 16:57:42 -0700 2009 |
Merge branch 'sb/opt-filename'
* sb/opt-filena... [Junio C Hamano] |
|
builtin-check-attr.c |
Mon May 25 01:07:25 -0700 2009 |
parse-opts: prepare for OPT_FILENAME
To give O... [Stephen Boyd] |
|
builtin-check-ref-format.c |
Sun Mar 22 23:52:11 -0700 2009 |
strbuf_check_branch_ref(): a helper to check a ... [Junio C Hamano] |
|
builtin-checkout-index.c |
Mon May 25 01:07:25 -0700 2009 |
parse-opts: prepare for OPT_FILENAME
To give O... [Stephen Boyd] |
|
builtin-checkout.c |
Mon May 25 01:07:25 -0700 2009 |
parse-opts: prepare for OPT_FILENAME
To give O... [Stephen Boyd] |
|
builtin-clean.c |
Thu Jul 09 01:11:26 -0700 2009 |
Add 'fill_directory()' helper function for dire... [Linus Torvalds] |
|
builtin-clone.c |
Mon Jul 06 09:39:46 -0700 2009 |
Merge branch 'tr/die_errno'
* tr/die_errno:
... [Junio C Hamano] |
|
builtin-commit-tree.c |
Sat Jun 27 11:14:53 -0700 2009 |
Convert existing die(..., strerror(errno)) to d... [Thomas Rast] |
|
builtin-commit.c |
Sat Jun 27 11:14:53 -0700 2009 |
Use die_errno() instead of die() when checking ... [Thomas Rast] |
|
builtin-config.c |
Sat Jun 27 11:14:53 -0700 2009 |
Convert existing die(..., strerror(errno)) to d... [Thomas Rast] |
|
builtin-count-objects.c |
Mon May 25 01:07:25 -0700 2009 |
parse-opts: prepare for OPT_FILENAME
To give O... [Stephen Boyd] |
|
builtin-describe.c |
Mon May 25 01:07:25 -0700 2009 |
parse-opts: prepare for OPT_FILENAME
To give O... [Stephen Boyd] |
|
builtin-diff-files.c |
Fri Nov 14 19:11:49 -0800 2008 |
Add cache preload facility
This can do the lst... [Linus Torvalds] |
|
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 |
Sat Mar 14 13:36:34 -0700 2009 |
Remove unused assignments
These variables were... [d0k] |
|
builtin-diff.c |
Sat Jun 27 11:14:53 -0700 2009 |
Convert existing die(..., strerror(errno)) to d... [Thomas Rast] |
|
builtin-fast-export.c |
Sat Jun 27 11:14:53 -0700 2009 |
Use die_errno() instead of die() when checking ... [Thomas Rast] |
|
builtin-fetch--tool.c |
Sat Jun 27 11:14:53 -0700 2009 |
Convert existing die(..., strerror(errno)) to d... [Thomas Rast] |
|
builtin-fetch-pack.c |
Mon Jun 08 21:18:41 -0700 2009 |
fetch-pack: close output channel after sideband... [Johannes Sixt] |
|
builtin-fetch.c |
Fri Jul 10 23:53:17 -0700 2009 |
quickfetch(): Prevent overflow of the rev-list ... [Johan Herland] |
|
builtin-fmt-merge-msg.c |
Sat Jun 27 11:14:53 -0700 2009 |
Use die_errno() instead of die() when checking ... [Thomas Rast] |
|
builtin-for-each-ref.c |
Thu Jun 18 10:33:09 -0700 2009 |
Merge branch 'ak/maint-for-each-ref-no-lookup'
... [Junio C Hamano] |
|
builtin-fsck.c |
Mon Jul 06 09:39:46 -0700 2009 |
Merge branch 'tr/die_errno'
* tr/die_errno:
... [Junio C Hamano] |
|
builtin-gc.c |
Mon May 25 01:07:25 -0700 2009 |
parse-opts: prepare for OPT_FILENAME
To give O... [Stephen Boyd] |
|
builtin-grep.c |
Thu Jul 09 00:59:58 -0700 2009 |
Merge branch 'rs/grep-p'
* rs/grep-p:
grep: ... [Junio C Hamano] |
|
builtin-help.c |
Sat Jun 20 21:52:55 -0700 2009 |
Fix various sparse warnings in the git source c... [Linus Torvalds] |
|
builtin-http-fetch.c |
Tue Sep 09 22:57:35 -0700 2008 |
Merge branch 'ho/dashless'
* ho/dashless:
St... [Junio C Hamano] |
|
builtin-init-db.c |
Sat Jun 27 11:14:53 -0700 2009 |
Use die_errno() instead of die() when checking ... [Thomas Rast] |
|
builtin-log.c |
Mon Jul 06 09:39:46 -0700 2009 |
Merge branch 'tr/die_errno'
* tr/die_errno:
... [Junio C Hamano] |
|
builtin-ls-files.c |
Thu Jul 09 01:11:26 -0700 2009 |
Add 'fill_directory()' helper function for dire... [Linus Torvalds] |
|
builtin-ls-remote.c |
Tue Nov 11 13:24:00 -0800 2008 |
git ls-remote: make usage string match manpage
... [snaewe] |
|
builtin-ls-tree.c |
Fri Mar 20 09:35:21 -0700 2009 |
Produce a nicer output in case of sha1_object_i... [Alex Riesen] |
|
builtin-mailinfo.c |
Wed Jul 15 15:10:06 -0700 2009 |
Revert "mailinfo: Remove only one set of square... [Junio C Hamano] |
|
builtin-mailsplit.c |
Sat Jun 27 11:14:53 -0700 2009 |
Use die_errno() instead of die() when checking ... [Thomas Rast] |
|
builtin-merge-base.c |
Mon May 25 01:07:25 -0700 2009 |
parse-opts: prepare for OPT_FILENAME
To give O... [Stephen Boyd] |
|
builtin-merge-file.c |
Mon May 25 01:07:25 -0700 2009 |
parse-opts: prepare for OPT_FILENAME
To give O... [Stephen Boyd] |
|
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 May 23 01:54:45 -0700 2009 |
MinGW: Fix compiler warning in merge-recursive
... [Johannes Schindelin] |
|
builtin-merge.c |
Mon Jul 06 09:39:46 -0700 2009 |
Merge branch 'tr/die_errno'
* tr/die_errno:
... [Junio C Hamano] |
|
builtin-mktree.c |
Mon May 25 01:07:25 -0700 2009 |
parse-opts: prepare for OPT_FILENAME
To give O... [Stephen Boyd] |
|
builtin-mv.c |
Mon Jul 06 09:39:46 -0700 2009 |
Merge branch 'tr/die_errno'
* tr/die_errno:
... [Junio C Hamano] |
|
builtin-name-rev.c |
Mon May 25 01:07:25 -0700 2009 |
parse-opts: prepare for OPT_FILENAME
To give O... [Stephen Boyd] |
|
builtin-pack-objects.c |
Mon Jul 06 09:39:46 -0700 2009 |
Merge branch 'tr/die_errno'
* tr/die_errno:
... [Junio C Hamano] |
|
builtin-pack-refs.c |
Mon May 25 01:07:25 -0700 2009 |
parse-opts: prepare for OPT_FILENAME
To give O... [Stephen Boyd] |
|
builtin-prune-packed.c |
Wed Apr 29 18:37:41 -0700 2009 |
replace direct calls to unlink(2) with unlink_o... [Alex Riesen] |
|
builtin-prune.c |
Mon May 25 01:07:25 -0700 2009 |
parse-opts: prepare for OPT_FILENAME
To give O... [Stephen Boyd] |
|
builtin-push.c |
Sat Jul 18 17:20:52 -0700 2009 |
push: do not give big warning when no preferenc... [Junio C Hamano] |
|
builtin-read-tree.c |
Wed Apr 22 19:36:19 -0700 2009 |
Merge branch 'jc/maint-read-tree-multi'
* jc/m... [Junio C Hamano] |
|
builtin-receive-pack.c |
Sun Jun 21 20:19:21 -0700 2009 |
receive-pack: do not send error details to the ... [Johannes Sixt] |
|
builtin-reflog.c |
Wed Apr 22 19:03:39 -0700 2009 |
Fix more typos/spelling in comments
A few more... [Michael J Gruber] |
|
builtin-remote.c |
Wed Jul 01 19:40:54 -0700 2009 |
Merge branch 'cf/maint-remote-uploadpack-usecon... [Junio C Hamano] |
|
builtin-rerere.c |
Wed Apr 29 18:37:41 -0700 2009 |
replace direct calls to unlink(2) with unlink_o... [Alex Riesen] |
|
builtin-reset.c |
Mon May 25 01:07:25 -0700 2009 |
parse-opts: prepare for OPT_FILENAME
To give O... [Stephen Boyd] |
|
builtin-rev-list.c |
Sat Jun 06 11:26:56 -0700 2009 |
bisect: add parameters to "filter_skipped"
bec... [Christian Couder] |
|
builtin-rev-parse.c |
Mon Jul 06 09:39:46 -0700 2009 |
Merge branch 'tr/die_errno'
* tr/die_errno:
... [Junio C Hamano] |
|
builtin-revert.c |
Sat Jun 27 11:14:53 -0700 2009 |
Use die_errno() instead of die() when checking ... [Thomas Rast] |
|
builtin-rm.c |
Sat Jun 27 11:14:53 -0700 2009 |
Convert existing die(..., strerror(errno)) to d... [Thomas Rast] |
|
builtin-send-pack.c |
Mon Jul 06 09:39:46 -0700 2009 |
Merge branch 'tr/die_errno'
* tr/die_errno:
... [Junio C Hamano] |
|
builtin-shortlog.c |
Mon May 25 01:07:25 -0700 2009 |
parse-opts: prepare for OPT_FILENAME
To give O... [Stephen Boyd] |
|
builtin-show-branch.c |
Tue Jun 09 00:15:57 -0700 2009 |
show-branch: don't use LASTARG_DEFAULT with OPT... [Stephen Boyd] |
|
builtin-show-ref.c |
Sat Jun 20 23:50:42 -0700 2009 |
show-ref: migrate to parse-options
Also make t... [Stephen Boyd] |
|
builtin-stripspace.c |
Sat Jun 27 11:14:53 -0700 2009 |
Use die_errno() instead of die() when checking ... [Thomas Rast] |
|
builtin-symbolic-ref.c |
Mon May 25 01:07:25 -0700 2009 |
parse-opts: prepare for OPT_FILENAME
To give O... [Stephen Boyd] |
|
builtin-tag.c |
Mon Jul 06 09:39:46 -0700 2009 |
Merge branch 'tr/die_errno'
* tr/die_errno:
... [Junio C Hamano] |
|
builtin-tar-tree.c |
Sat Jun 27 11:14:53 -0700 2009 |
Use die_errno() instead of die() when checking ... [Thomas Rast] |
|
builtin-unpack-objects.c |
Mon Jul 06 09:39:46 -0700 2009 |
Merge branch 'tr/die_errno'
* tr/die_errno:
... [Junio C Hamano] |
|
builtin-update-index.c |
Fri May 01 15:17:31 -0700 2009 |
Fix a bunch of pointer declarations (codestyle)... [felipec] |
|
builtin-update-ref.c |
Mon May 25 01:07:25 -0700 2009 |
parse-opts: prepare for OPT_FILENAME
To give O... [Stephen Boyd] |
|
builtin-upload-archive.c |
Sat Jun 20 21:46:55 -0700 2009 |
Merge branch 'pb/maint-1.6.2-userdiff-fix'
* p... [Junio C Hamano] |
|
builtin-verify-pack.c |
Wed Feb 04 15:08:49 -0800 2009 |
Replace deprecated dashed git commands in usage... [aspotashev] |
|
builtin-verify-tag.c |
Wed Apr 29 18:37:41 -0700 2009 |
replace direct calls to unlink(2) with unlink_o... [Alex Riesen] |
|
builtin-write-tree.c |
Wed May 20 11:07:07 -0700 2009 |
write-tree --ignore-cache-tree
This allows you... [Junio C Hamano] |
|
builtin.h |
Sun May 10 12:41:35 -0700 2009 |
build-in git-mktree
Signed-off-by: Junio C Ham... [Junio C Hamano] |
|
bundle.c |
Thu May 21 08:56:24 -0700 2009 |
Terminate argv with NULL before calling setup_r... [pclouds] |
|
bundle.h |
Wed Sep 19 03:22:30 -0700 2007 |
Move bundle specific stuff into bundle.[ch]
Th... [Johannes Schindelin] |
|
cache-tree.c |
Tue Jul 14 13:50:33 -0700 2009 |
Improve on the 'invalid object' error message a... [Linus Torvalds] |
|
cache-tree.h |
Mon May 25 11:35:29 -0700 2009 |
Optimize "diff-index --cached" using cache-tree... [Junio C Hamano] |
|
cache.h |
Sat Jul 18 17:20:52 -0700 2009 |
push: do not give big warning when no preferenc... [Junio C Hamano] |
|
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... [Junio C Hamano] |
|
check_bindir |
Thu Jun 19 16:00:38 -0700 2008 |
Move all dashed-form commands to libexecdir
Si... [pclouds] |
|
color.c |
Fri Feb 13 17:27:58 -0800 2009 |
Clean up use of ANSI color sequences
Remove th... [ArjenL] |
|
color.h |
Mon Apr 13 22:41:25 -0700 2009 |
graph API: Added logic for colored edges
Modif... [Allan Caffee] |
|
combine-diff.c |
Sat Jun 27 11:14:53 -0700 2009 |
Use die_errno() instead of die() when checking ... [Thomas Rast] |
|
command-list.txt |
Tue Apr 07 22:19:56 -0700 2009 |
difftool: move 'git-difftool' out of contrib
T... [davvid] |
|
commit.c |
Mon Jul 06 09:36:16 -0700 2009 |
Allow the Unix epoch to be a valid commit date
... [Eric Wong] |
|
commit.h |
Wed Jan 28 11:33:03 -0800 2009 |
Make has_commit() non-static
Move has_commit()... [Jake Goulding] |
|
compat/ |
Sun Jul 05 12:16:26 -0700 2009 |
MinGW: truncate exit()'s argument to lowest 8 b... [Johannes Sixt] |
|
config.c |
Fri May 01 15:17:31 -0700 2009 |
Fix a bunch of pointer declarations (codestyle)... [felipec] |
|
config.mak.in |
Sat Jun 13 12:48:34 -0700 2009 |
Merge branch 'bc/solaris'
* bc/solaris:
conf... [Junio C Hamano] |
|
configure.ac |
Fri Jul 10 23:50:29 -0700 2009 |
Makefile: add NEEDS_LIBGEN to optionally add -l... [Brandon Casey] |
|
connect.c |
Sat Jun 20 21:52:55 -0700 2009 |
Fix various sparse warnings in the git source c... [Linus Torvalds] |
|
contrib/ |
Mon Jul 13 11:09:51 -0700 2009 |
bash: add '--merges' to common 'git log' option... [SZEDER Gábor] |
|
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 |
Sat Jun 27 11:14:53 -0700 2009 |
Convert existing die(..., strerror(errno)) to d... [Thomas Rast] |
|
csum-file.h |
Fri Oct 10 08:39:20 -0700 2008 |
Merge branch 'maint'
* maint:
rebase -i: do ... [spearce] |
|
ctype.c |
Fri May 01 16:07:29 -0700 2009 |
ctype.c: fix typo in comment
Signed-off-by: Re... [René Scharfe] |
|
daemon.c |
Mon Jul 06 09:39:46 -0700 2009 |
Merge branch 'tr/die_errno'
* tr/die_errno:
... [Junio C Hamano] |
|
date.c |
Tue May 05 22:19:14 -0700 2009 |
Work around BSD whose typeof(tv.tv_sec) != time... [bernd] |
|
decorate.c |
Wed May 20 00:02:24 -0700 2009 |
Unify signedness in hashing calls
Our hash_obj... [Dan McGee] |
|
decorate.h |
Wed Aug 20 13:30:49 -0700 2008 |
decorate: allow const objects to be decorated
... [peff] |
|
delta.h |
Thu Jun 18 09:22:46 -0700 2009 |
Fix big left-shifts of unsigned char
Shifting ... [Linus Torvalds] |
|
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 Jun 20 21:47:30 -0700 2009 |
Merge branch 'jc/cache-tree'
* jc/cache-tree:
... [Junio C Hamano] |
|
diff-no-index.c |
Fri May 01 15:17:31 -0700 2009 |
Fix a bunch of pointer declarations (codestyle)... [felipec] |
|
diff.c |
Thu Jul 09 00:59:58 -0700 2009 |
Merge branch 'rs/grep-p'
* rs/grep-p:
grep: ... [Junio C Hamano] |
|
diff.h |
Wed Mar 04 00:56:51 -0800 2009 |
Use DIFF_XDL_SET/DIFF_OPT_SET instead of raw bi... [Keith Cascio] |
|
diffcore-break.c |
Sat Mar 07 20:52:17 -0800 2009 |
Remove unused function scope local variables
T... [d0k] |
|
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 |
Tue Mar 17 15:10:12 -0700 2009 |
pickaxe: count regex matches only once
When --... [René Scharfe] |
|
diffcore-rename.c |
Wed Apr 22 19:02:12 -0700 2009 |
Fix typos / spelling in comments
Signed-off-by... [MikeRalphson] |
|
diffcore.h |
Sun Nov 02 16:36:40 -0800 2008 |
Merge branch 'maint'
* maint:
Add reference ... [Junio C Hamano] |
|
dir.c |
Thu Jul 09 20:05:19 -0700 2009 |
Avoid using 'lstat()' to figure out directories... [Linus Torvalds] |
|
dir.h |
Thu Jul 09 01:11:28 -0700 2009 |
Simplify read_directory[_recursive]() arguments... [Linus Torvalds] |
|
editor.c |
Sun Oct 12 12:36:19 -0700 2008 |
Replace calls to strbuf_init(&foo, 0) with STRB... [Brandon Casey] |
|
entry.c |
Sat Jun 27 11:14:53 -0700 2009 |
Use die_errno() instead of die() when checking ... [Thomas Rast] |
|
environment.c |
Sat Jul 18 17:20:52 -0700 2009 |
push: do not give big warning when no preferenc... [Junio C Hamano] |
|
exec_cmd.c |
Thu Mar 26 00:27:03 -0700 2009 |
Merge branch 'js/maint-1.6.0-exec-path-env'
* ... [Junio C Hamano] |
|
exec_cmd.h |
Mon Jan 26 00:26:05 -0800 2009 |
Refactor git_set_argv0_path() to git_extract_ar... [Steve Haslam] |
|
fast-import.c |
Sat Jun 27 11:14:53 -0700 2009 |
Use die_errno() instead of die() when checking ... [Thomas Rast] |
|
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 |
Mon Jul 06 09:36:16 -0700 2009 |
Allow the Unix epoch to be a valid commit date
... [Eric Wong] |
|
fsck.h |
Wed Apr 22 19:02:12 -0700 2009 |
Fix typos / spelling in comments
Signed-off-by... [MikeRalphson] |
|
generate-cmdlist.sh |
Sun Nov 30 18:16:32 -0800 2008 |
generate-cmdlist.sh: avoid selecting synopsis a... [pclouds] |
|
git-add--interactive.perl |
Wed Jun 03 00:11:15 -0700 2009 |
add -i: do not dump patch during application
R... [Thomas Rast] |
|
git-am.sh |
Mon Jul 06 09:38:33 -0700 2009 |
Merge branch 'gb/am-foreign'
* gb/am-foreign:
... [Junio C Hamano] |
|
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 |
Sun May 10 14:30:33 -0700 2009 |
bisect: make "git bisect" use new "--next-all" ... [Christian Couder] |
|
git-compat-util.h |
Fri Jul 10 23:50:29 -0700 2009 |
git-compat-util.h: adjust for SGI IRIX 6.5
Don... [Brandon Casey] |
|
git-cvsexportcommit.perl |
Mon Jul 06 09:36:43 -0700 2009 |
Avoid generating a warning if $fullname{$file} ... [Nick Woolley] |
|
git-cvsimport.perl |
Tue Aug 05 21:21:08 -0700 2008 |
Merge branch 'maint'
* maint:
RelNotes 1.5.6... [Junio C Hamano] |
|
git-cvsserver.perl |
Fri Jan 30 21:11:46 -0800 2009 |
git-cvsserver: run post-update hook *after* upd... [Stefan Karpinski] |
|
git-difftool--helper.sh |
Sun Apr 12 15:19:12 -0700 2009 |
mergetool--lib: simplify API usage by removing ... [davvid] |
|
git-difftool.perl |
Fri Apr 24 01:20:35 -0700 2009 |
Explain seemingly pointless use of system in di... [Alex Riesen] |
|
git-filter-branch.sh |
Wed Apr 22 19:05:37 -0700 2009 |
Convert to use quiet option when available
A m... [dlo] |
|
git-gui/ |
Fri May 01 22:11:57 -0700 2009 |
Merge git://repo.or.cz/git-gui
* git://repo.or... [Junio C Hamano] |
|
git-instaweb.sh |
Tue Mar 10 23:16:52 -0700 2009 |
git-instaweb: fix lighttpd configuration on cyg... [Ramsay Jones] |
|
git-lost-found.sh |
Wed Dec 03 14:27:17 -0800 2008 |
lost-found: use git rev-parse -q
Signed-off-by... [vmiklos] |
|
git-merge-octopus.sh |
Wed Jul 30 00:20:51 -0700 2008 |
git-merge-octopus: use (merge-base A (merge B C... [Junio C Hamano] |
|
git-merge-one-file.sh |
Sat May 09 00:27:39 -0700 2009 |
Clarify kind of conflict in merge-one-file help... [Alex Riesen] |
|
git-merge-resolve.sh |
Wed Apr 22 19:05:37 -0700 2009 |
Convert to use quiet option when available
A m... [dlo] |
|
git-mergetool--lib.sh |
Sun May 24 11:21:05 -0700 2009 |
mergetool--lib: add support for araxis merge
A... [davvid] |
|
git-mergetool.sh |
Sun Apr 12 15:19:12 -0700 2009 |
mergetool--lib: simplify API usage by removing ... [davvid] |
|
git-parse-remote.sh |
Thu Jun 11 19:50:45 -0700 2009 |
parse-remote: remove unused functions
Signed-o... [Santi Béjar] |
|
git-pull.sh |
Sat Jun 20 21:47:13 -0700 2009 |
Merge branch 'sb/pull-rebase'
* sb/pull-rebase... [Junio C Hamano] |
|
git-quiltimport.sh |
Wed Feb 25 00:49:13 -0800 2009 |
git-quiltimport: preserve standard input to be ... [Gerrit Pape] |
|
git-rebase--interactive.sh |
Thu Jun 11 14:14:00 -0700 2009 |
Merge branch 'uk/maint-1.5.3-rebase-i-reflog' i... [Junio C Hamano] |
|
git-rebase.sh |
Wed Jul 01 19:40:50 -0700 2009 |
Merge branch 'sb/quiet-porcelains'
* sb/quiet-... [Junio C Hamano] |
|
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 |
Thu Jun 18 09:50:37 -0700 2009 |
submodule, repack: migrate to git-sh-setup's sa... [Stephen Boyd] |
|
git-request-pull.sh |
Wed Jul 01 13:20:00 -0700 2009 |
request-pull: really really disable pager
Earl... [Michal Marek] |
|
git-send-email.perl |
Thu Jun 18 09:55:59 -0700 2009 |
Test cccmd in t9001-send-email.sh and fix some ... [bonzini] |
|
git-sh-setup.sh |
Thu Jun 18 09:50:31 -0700 2009 |
git-sh-setup: introduce say() for quiet options... [Stephen Boyd] |
|
git-stash.sh |
Thu Jun 18 11:54:57 -0700 2009 |
stash: teach quiet option
Teach stash pop, app... [Stephen Boyd] |
|
git-submodule.sh |
Wed Jul 01 19:40:50 -0700 2009 |
Merge branch 'sb/quiet-porcelains'
* sb/quiet-... [Junio C Hamano] |
|
git-svn.perl |
Sun Jul 19 22:50:06 -0700 2009 |
git svn: fix reparenting when ugly http(s) URLs... [Eric Wong] |
|
git-web--browse.sh |
Mon Jun 01 00:22:01 -0700 2009 |
git: browsing paths with spaces when using the ... [patthoyts] |
|
git.c |
Thu Jul 09 00:59:32 -0700 2009 |
Merge branch 'js/run-command-updates' (early pa... [Junio C Hamano] |
|
git.spec.in |
Thu Feb 05 19:38:58 -0800 2009 |
Merge branch 'maint-1.6.0' into maint
* maint-... [Junio C Hamano] |
|
gitk-git/ |
Sat Jun 20 11:54:37 -0700 2009 |
Merge git://git.kernel.org/pub/scm/gitk/gitk
*... [Junio C Hamano] |
|
gitweb/ |
Mon Jul 13 11:09:02 -0700 2009 |
gitweb: update Git homepage URL
git-scm.com is... [wincent] |
|
graph.c |
Mon May 18 08:59:30 -0700 2009 |
Merge branch 'ac/graph-horizontal-line'
* ac/g... [Junio C Hamano] |
|
graph.h |
Thu Sep 25 08:00:28 -0700 2008 |
graph.c: make many functions static
These func... [Nanako Shiraishi] |
|
grep.c |
Thu Jul 02 21:36:42 -0700 2009 |
grep: simplify -p output
It was found a bit to... [René Scharfe] |
|
grep.h |
Wed Jul 01 19:16:50 -0700 2009 |
grep -p: support user defined regular expressio... [René Scharfe] |
|
hash-object.c |
Sat Jun 27 11:14:53 -0700 2009 |
Use die_errno() instead of die() when checking ... [Thomas Rast] |
|
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:
... [Junio C Hamano] |
|
http-push.c |
Mon Jul 06 09:36:08 -0700 2009 |
http-push: fix xml_entities() string parsing ov... [Hunter, D. Seth] |
|
http-walker.c |
Sat Jun 06 11:03:11 -0700 2009 |
http*: add helper methods for fetching objects ... [rctay] |
|
http.c |
Thu Jul 09 01:00:36 -0700 2009 |
Merge branch 'ml/http'
* ml/http:
http.c: ad... [Junio C Hamano] |
|
http.h |
Sat Jun 06 11:03:11 -0700 2009 |
http*: add helper methods for fetching objects ... [rctay] |
|
ident.c |
Tue Dec 02 15:29:13 -0800 2008 |
Add backslash to list of 'crud' characters in r... [Linus Torvalds] |
|
imap-send.c |
Sat Jun 20 21:52:55 -0700 2009 |
Fix various sparse warnings in the git source c... [Linus Torvalds] |
|
index-pack.c |
Mon Jul 06 09:39:46 -0700 2009 |
Merge branch 'tr/die_errno'
* tr/die_errno:
... [Junio C Hamano] |
|
levenshtein.c |
Wed Apr 22 19:02:12 -0700 2009 |
Fix typos / spelling in comments
Signed-off-by... [MikeRalphson] |
|
levenshtein.h |
Sun Aug 31 10:14:58 -0700 2008 |
git wrapper: DWIM mistyped commands
This patch... [Johannes Schindelin] |
|
list-objects.c |
Sat Apr 18 14:46:17 -0700 2009 |
Merge branch 'lt/pack-object-memuse'
* lt/pack... [Junio C Hamano] |
|
list-objects.h |
Sat Apr 18 14:46:17 -0700 2009 |
Merge branch 'lt/pack-object-memuse'
* lt/pack... [Junio C Hamano] |
|
ll-merge.c |
Mon Jul 06 09:39:46 -0700 2009 |
Merge branch 'tr/die_errno'
* tr/die_errno:
... [Junio C Hamano] |
|
ll-merge.h |
Mon Feb 18 00:46:13 -0800 2008 |
merge-recursive: split low-level merge function... [Junio C Hamano] |
|
lockfile.c |
Mon May 18 09:01:06 -0700 2009 |
Merge branch 'ar/unlink-err'
* ar/unlink-err:
... [Junio C Hamano] |
|
log-tree.c |
Wed Jul 01 11:16:54 -0700 2009 |
log-tree: fix confusing comment
This comment m... [peff] |
|
log-tree.h |
Sun Mar 22 21:45:19 -0700 2009 |
format-patch: --attach/inline uses filename ins... [Stephen Boyd] |
|
mailmap.c |
Sat Jun 20 21:52:55 -0700 2009 |
Fix various sparse warnings in the git source c... [Linus Torvalds] |
|
mailmap.h |
Sun Feb 08 12:36:38 -0800 2009 |
Add map_user() and clear_mailmap() to mailmap
... [mstormo] |
|
match-trees.c |
Sat Oct 20 22:43:27 -0700 2007 |
Improved const correctness for strings
Signed-... [spearce] |
|
merge-file.c |
Sat Oct 25 12:09:31 -0700 2008 |
Always initialize xpparam_t to 0
We're going t... [Brian Downing] |
|
merge-index.c |
Tue Jun 09 00:15:57 -0700 2009 |
Simplify some instances of run_command() by usi... [Johannes Sixt] |
|
merge-recursive.c |
Mon Jul 06 09:39:46 -0700 2009 |
Merge branch 'tr/die_errno'
* tr/die_errno:
... [Junio C Hamano] |
|
merge-recursive.h |
Thu Sep 04 22:50:43 -0700 2008 |
merge-recursive: move current_{file,directory}_... [vmiklos] |
|
merge-tree.c |
Wed Feb 04 15:08:49 -0800 2009 |
Replace deprecated dashed git commands in usage... [aspotashev] |
|
mktag.c |
Sat Jun 27 11:14:53 -0700 2009 |
Use die_errno() instead of die() when checking ... [Thomas Rast] |
|
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 |
Wed May 20 00:02:24 -0700 2009 |
Unify signedness in hashing calls
Our hash_obj... [Dan McGee] |
|
object.h |
Sun Jan 25 17:13:02 -0800 2009 |
Merge branch 'js/maint-all-implies-HEAD'
* js/... [Junio C Hamano] |
|
pack-check.c |
Sat Jun 06 10:56:27 -0700 2009 |
Don't expect verify_pack() callers to set pack_... [Mike Hommey] |
|
pack-redundant.c |
Mon Jan 26 00:26:05 -0800 2009 |
Add calls to git_extract_argv0_path() in progra... [Steffen Prohaska] |
|
pack-refs.c |
Sat Jun 27 11:14:53 -0700 2009 |
Convert existing die(..., strerror(errno)) to d... [Thomas Rast] |
|
pack-refs.h |
Thu Jun 19 15:53:13 -0700 2008 |
Move pack_refs() and friends into libgit
This ... [Johan Herland] |
|
pack-revindex.c |
Sun Nov 02 15:22:35 -0800 2008 |
make find_pack_revindex() aware of the nasty wo... [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 |
Sat Jun 27 11:14:53 -0700 2009 |
Convert existing die(..., strerror(errno)) to d... [Thomas Rast] |
|
pack.h |
Fri Aug 29 21:51:27 -0700 2008 |
improve reliability of fixup_pack_header_footer... [Nicolas Pitre] |
|
pager.c |
Wed Jan 21 22:46:53 -0800 2009 |
pager: do wait_for_pager on signal death
Since... [peff] |
|
parse-options.c |
Sat Jun 20 21:52:55 -0700 2009 |
Fix various sparse warnings in the git source c... [Linus Torvalds] |
|
parse-options.h |
Thu Jun 18 10:36:22 -0700 2009 |
Merge branch 'sb/parse-options-integer'
* sb/p... [Junio C Hamano] |
|
patch-delta.c |
Thu Jun 18 09:22:46 -0700 2009 |
Fix big left-shifts of unsigned char
Shifting ... [Linus Torvalds] |
|
patch-id.c |
Wed Feb 04 15:08:49 -0800 2009 |
Replace deprecated dashed git commands in usage... [aspotashev] |
|
patch-ids.c |
Sat Apr 04 22:57:42 -0700 2009 |
patch-ids: use the new generic "sha1_pos" funct... [Christian Couder] |
|
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 |
Sun May 31 17:57:59 -0700 2009 |
diff: generate pretty filenames in prep_temp_bl... [davvid] |
|
perl/ |
Sat May 09 08:25:55 -0700 2009 |
Git.pm: Always set Repository to absolute path ... [flichtenheld] |
|
pkt-line.c |
Sat Jun 27 11:14:53 -0700 2009 |
Convert existing die(..., strerror(errno)) to d... [Thomas Rast] |
|
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] |
|
preload-index.c |
Thu Jul 09 22:38:34 -0700 2009 |
Make index preloading check the whole path to t... [Linus Torvalds] |
|
pretty.c |
Mon May 18 20:53:12 -0700 2009 |
Use 'UTF-8' rather than 'utf-8' everywhere for ... [Brandon Casey] |
|
progress.c |
Sat Apr 25 08:54:18 -0700 2009 |
progress bar: round to the nearest instead of t... [Nicolas Pitre] |
|
progress.h |
Thu Nov 08 15:43:41 -0800 2007 |
nicer display of thin pack completion
In the s... [Nicolas Pitre] |
|
quote.c |
Sat Jun 20 21:52:55 -0700 2009 |
Fix various sparse warnings in the git source c... [Linus Torvalds] |
|
quote.h |
Mon Mar 30 01:22:53 -0700 2009 |
quote: add "sq_dequote_to_argv" to put unwrappe... [Christian Couder] |
|
reachable.c |
Wed Apr 08 22:58:43 -0700 2009 |
process_{tree,blob}: Remove useless xstrdup cal... [Björn Steinbrink] |
|
reachable.h |
Sat Jan 06 22:57:34 -0800 2007 |
Move traversal of reachable objects into a sepa... [Junio C Hamano] |
|
read-cache.c |
Sat Jun 27 11:14:53 -0700 2009 |
Use die_errno() instead of die() when checking ... [Thomas Rast] |
|
reflog-walk.c |
Fri May 01 15:17:31 -0700 2009 |
Fix a bunch of pointer declarations (codestyle)... [felipec] |
|
reflog-walk.h |
Fri Mar 20 00:57:27 -0700 2009 |
make oneline reflog dates more consistent with ... [peff] |
|
refs.c |
Sat Jul 18 16:57:47 -0700 2009 |
Merge branch 'maint'
* maint:
checkout -f: d... [Junio C Hamano] |
|
refs.h |
Wed May 13 20:55:48 -0700 2009 |
Change prettify_ref to prettify_refname
In pre... [felipec] |
|
remote.c |
Mon Jul 06 09:39:38 -0700 2009 |
Merge branch 'cb/maint-fetch-refspec-wo-dst'
*... [Junio C Hamano] |
|
remote.h |
Sat Jun 20 21:47:27 -0700 2009 |
Merge branch 'mg/pushurl'
* mg/pushurl:
avoi... [Junio C Hamano] |
|
rerere.c |
Wed Apr 29 18:37:41 -0700 2009 |
replace direct calls to unlink(2) with unlink_o... [Alex Riesen] |
|
rerere.h |
Sat Feb 14 21:27:35 -0800 2009 |
rerere: remove duplicated functions
Both rerer... [SZEDER Gábor] |
|
revision.c |
Tue Jul 14 13:50:29 -0700 2009 |
Make 'git show' more useful
For some reason, I... [Linus Torvalds] |
|
revision.h |
Mon Jun 29 12:32:51 -0700 2009 |
git log: add '--merges' flag to match '--no-mer... [Linus Torvalds] |
|
run-command.c |
Sat Jun 27 11:14:53 -0700 2009 |
Convert existing die(..., strerror(errno)) to d... [Thomas Rast] |
|
run-command.h |
Wed Apr 01 11:05:54 -0700 2009 |
fix portability problem with IS_RUN_COMMAND_ERR... [peff] |
|
send-pack.h |
Fri May 01 22:06:41 -0700 2009 |
allow OFS_DELTA objects during a push
The fetc... [Nicolas Pitre] |
|
server-info.c |
Mon May 18 09:01:06 -0700 2009 |
Merge branch 'ar/unlink-err'
* ar/unlink-err:
... [Junio C Hamano] |
|
setup.c |
Sat Jun 27 11:14:53 -0700 2009 |
Use die_errno() instead of die() when checking ... [Thomas Rast] |
|
sha1-lookup.c |
Mon Apr 06 00:56:27 -0700 2009 |
sha1-lookup: fix up the assertion message
Sign... [Junio C Hamano] |
|
sha1-lookup.h |
Sat Apr 04 22:57:39 -0700 2009 |
sha1-lookup: add new "sha1_pos" function to eff... [Christian Couder] |
|
sha1_file.c |
Mon Jul 06 09:39:46 -0700 2009 |
Merge branch 'tr/die_errno'
* tr/die_errno:
... [Junio C Hamano] |
|
sha1_name.c |
Thu Jul 16 15:09:21 -0700 2009 |
sha1_name.c: avoid unnecessary strbuf_release
... [Brandon Casey] |
|
shallow.c |
Mon Feb 18 20:56:01 -0800 2008 |
Merge branch 'mk/maint-parse-careful'
* mk/mai... [Junio C Hamano] |
|
shell.c |
Sat Jun 27 11:14:53 -0700 2009 |
Convert existing die(..., strerror(errno)) to d... [Thomas Rast] |
|
shortlog.h |
Mon Jul 21 19:11:50 -0700 2008 |
Rename path_list to string_list
The name path_... [Johannes Schindelin] |
|
show-index.c |
Sat Jul 05 17:26:29 -0700 2008 |
Fix some warnings (on cygwin) to allow -Werror
... [Ramsay Jones] |
|
sideband.c |
Tue Mar 10 23:23:02 -0700 2009 |
recv_sideband: Bands #2 and #3 always go to std... [Johannes Sixt] |
|
sideband.h |
Tue Mar 10 23:23:02 -0700 2009 |
recv_sideband: Bands #2 and #3 always go to std... [Johannes Sixt] |
|
sigchain.c |
Wed Jan 21 22:46:53 -0800 2009 |
refactor signal handling for cleanup functions
... [peff] |
|
sigchain.h |
Wed Jan 21 22:46:53 -0800 2009 |
refactor signal handling for cleanup functions
... [peff] |
|
strbuf.c |
Tue Jun 23 16:57:15 -0700 2009 |
fread does not return negative on error
size_t... [Roel Kluin] |
|
strbuf.h |
Wed Apr 22 19:02:12 -0700 2009 |
Fix typos / spelling in comments
Signed-off-by... [MikeRalphson] |
|
string-list.c |
Fri Feb 27 15:19:08 -0800 2009 |
string-list: new for_each_string_list() functio... [Jay Soffian] |
|
string-list.h |
Fri Feb 27 15:19:08 -0800 2009 |
string-list: new for_each_string_list() functio... [Jay Soffian] |
|
symlinks.c |
Thu Jul 09 20:05:19 -0700 2009 |
Export thread-safe version of 'has_symlink_lead... [Linus Torvalds] |
|
t/ |
Sun Jul 19 22:50:06 -0700 2009 |
git svn: rename tests that had conflicting numb... [Eric Wong] |
|
tag.c |
Sun Mar 02 15:11:07 -0800 2008 |
Merge branch 'mk/maint-parse-careful'
* mk/mai... [Junio C Hamano] |
|
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/ |
Sat May 23 01:39:15 -0700 2009 |
Merge branch 'hv/sample-update'
* hv/sample-up... [Junio C Hamano] |
|
test-chmtime.c |
Mon Jun 01 00:10:08 -0700 2009 |
test-chmtime: work around Windows limitation
W... [Johannes Schindelin] |
|
test-ctype.c |
Sat Jan 17 18:30:41 -0800 2009 |
Add is_regex_special()
Add is_regex_special(),... [René Scharfe] |
|
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-dump-cache-tree.c |
Tue Feb 03 22:11:44 -0800 2009 |
add test-dump-cache-tree in Makefile
5c5ba73 (... [Guanqun] |
|
test-genrandom.c |
Thu Apr 23 01:29:00 -0700 2009 |
test-genrandom: Add newline to usage string
A ... [Stephen Boyd] |
|
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 |
Sat Jun 20 21:52:55 -0700 2009 |
Fix various sparse warnings in the git source c... [Linus Torvalds] |
|
test-path-utils.c |
Thu Feb 19 22:45:48 -0800 2009 |
Introduce the function strip_path_suffix()
The... [Johannes Schindelin] |
|
test-sha1.c |
Sat Jun 27 11:14:53 -0700 2009 |
Convert existing die(..., strerror(errno)) to d... [Thomas Rast] |
|
test-sha1.sh |
Thu Mar 13 00:57:52 -0700 2008 |
more tr portability test script fixes
Dealing ... [peff] |
|
test-sigchain.c |
Fri Jan 30 01:14:26 -0800 2009 |
t0005: use SIGTERM for sigchain test
The signa... [peff] |
|
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 |
Wed Feb 25 00:49:53 -0800 2009 |
trace: Fixed a minor typo in an error message.
... [Allan Caffee] |
|
transport.c |
Thu Jul 09 01:07:54 -0700 2009 |
Merge branch 'ld/push-porcelain-output-format'
... [Junio C Hamano] |
|
transport.h |
Sat Jun 27 22:26:58 -0700 2009 |
add --porcelain option to git-push
If --porcel... [Larry D'Anna] |
|
tree-diff.c |
Wed Jul 01 19:40:47 -0700 2009 |
Merge branch 'ne/maint-1.6.0-diff-tree-t-r-show... [Junio C Hamano] |
|
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 |
Mon Apr 20 13:44:14 -0700 2009 |
Fix off-by-one in read_tree_recursive
Found by... [Johannes Schindelin] |
|
tree.h |
Tue Jul 15 07:17:59 -0700 2008 |
add context pointer to read_tree_recursive()
A... [René Scharfe] |
|
unimplemented.sh |
Wed Apr 08 22:14:56 -0700 2009 |
Makefile: allow building without perl
For syst... [peff] |
|
unpack-file.c |
Sat Jun 27 11:14:53 -0700 2009 |
Use die_errno() instead of die() when checking ... [Thomas Rast] |
|
unpack-trees.c |
Sat Jul 18 16:57:47 -0700 2009 |
Merge branch 'maint'
* maint:
checkout -f: d... [Junio C Hamano] |
|
unpack-trees.h |
Mon May 25 11:35:29 -0700 2009 |
Optimize "diff-index --cached" using cache-tree... [Junio C Hamano] |
|
update-server-info.c |
Mon Jan 26 00:26:05 -0800 2009 |
Add calls to git_extract_argv0_path() in progra... [Steffen Prohaska] |
|
upload-pack.c |
Thu Jun 18 11:38:43 -0700 2009 |
upload-pack: squelch progress indicator if clie... [Johannes Sixt] |
|
usage.c |
Sat Jun 27 11:14:53 -0700 2009 |
die_errno(): double % in strerror() output just... [Junio C Hamano] |
|
userdiff.c |
Thu Jun 18 09:52:10 -0700 2009 |
avoid exponential regex match for java and objc... [bonzini] |
|
userdiff.h |
Sat Jan 17 10:44:21 -0800 2009 |
color-words: make regex configurable via attrib... [Thomas Rast] |
|
utf8.c |
Sat Jun 06 13:21:05 -0700 2009 |
On Solaris choose the OLD_ICONV iconv() declara... [Brandon Casey] |
|
utf8.h |
Wed Feb 04 16:30:43 -0800 2009 |
utf8: add utf8_strwidth()
I'm about to use thi... [Geoffrey Thomas] |
|
var.c |
Mon Jan 26 00:26:05 -0800 2009 |
Add calls to git_extract_argv0_path() in progra... [Steffen Prohaska] |
|
walker.c |
Tue Feb 10 22:26:37 -0800 2009 |
Drop double-semicolon in C
The worst offenders... [Junio C Hamano] |
|
walker.h |
Sat Apr 26 17:36:17 -0700 2008 |
Make walker.fetch_ref() take a struct ref.
Thi... [Daniel Barkalow] |
|
wrapper.c |
Sat Jun 27 11:14:53 -0700 2009 |
Convert existing die(..., strerror(errno)) to d... [Thomas Rast] |
|
write_or_die.c |
Sat Jun 27 11:14:53 -0700 2009 |
Convert existing die(..., strerror(errno)) to d... [Thomas Rast] |
|
ws.c |
Sun Jun 21 10:43:10 -0700 2009 |
attribute: whitespace set to true detects all e... [Junio C Hamano] |
|
wt-status.c |
Thu Jul 09 01:11:26 -0700 2009 |
Add 'fill_directory()' helper function for dire... [Linus Torvalds] |
|
wt-status.h |
Mon Jun 09 15:48:19 -0700 2008 |
Add argument 'no' commit/status option -u|--unt... [mstormo] |
|
xdiff-interface.c |
Wed Jul 01 19:16:37 -0700 2009 |
userdiff: add xdiff_clear_find_func()
xdiff_se... [René Scharfe] |
|
xdiff-interface.h |
Wed Jul 01 19:16:37 -0700 2009 |
userdiff: add xdiff_clear_find_func()
xdiff_se... [René Scharfe] |
|
xdiff/ |
Tue Jun 02 07:48:44 -0700 2009 |
Merge branch 'cb/maint-1.6.0-xdl-merge-fix' int... [Junio C Hamano] |