index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ls-files.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2006-02-23
diffcore-rename: plug memory leak.
Junio C Hamano
1
-1
/
+3
2006-02-23
Give no terminating LF to error() function.
Junio C Hamano
6
-13
/
+15
2006-02-23
checkout - eye candy.
Junio C Hamano
3
-3
/
+63
2006-02-23
git-fetch: follow tag only when tracking remote branch.
v1.2.3
Junio C Hamano
1
-14
/
+19
2006-02-23
pack-objects eye-candy: finishing touches.
Junio C Hamano
1
-10
/
+33
2006-02-22
also adds progress when actually writing a pack
Nicolas Pitre
1
-3
/
+16
2006-02-22
nicer eye candies for pack-objects
Nicolas Pitre
1
-31
/
+25
2006-02-22
Keep Porcelainish from failing by broken ident after making changes.
Junio C Hamano
4
-1
/
+13
2006-02-22
Delay "empty ident" errors until they really matter.
Junio C Hamano
4
-29
/
+32
2006-02-22
Make "empty ident" error message a bit more helpful.
Junio C Hamano
1
-0
/
+14
2006-02-22
pack-objects: avoid delta chains that are too long.
Junio C Hamano
1
-8
/
+35
2006-02-22
git-repack: allow passing a couple of flags to pack-objects.
Junio C Hamano
2
-7
/
+16
2006-02-22
pack-objects: finishing touches.
Junio C Hamano
2
-32
/
+91
2006-02-22
pack-objects: reuse data from existing packs.
Junio C Hamano
3
-58
/
+332
2006-02-22
detect broken alternates.
Junio C Hamano
1
-3
/
+16
2006-02-22
git-push: Update documentation to describe the no-refspec behavior.
Carl Worth
1
-0
/
+6
2006-02-22
format-patch: pretty-print timestamp correctly.
Junio C Hamano
1
-1
/
+1
2006-02-22
git-add: Add support for --, documentation, and test.
Carl Worth
3
-1
/
+32
2006-02-19
Fix retries in git-cvsimport
v1.2.2
Martin Mares
1
-8
/
+5
2006-02-18
archimport: remove files from the index before adding/updating
Eric Wong
1
-15
/
+13
2006-02-18
Make git-reset delete empty directories
Shawn Pearce
2
-0
/
+66
2006-02-18
Document --short and --git-dir in git-rev-parse(1)
Jonas Fonseca
1
-0
/
+8
2006-02-18
git-rev-parse: Fix --short= option parsing
Jonas Fonseca
1
-3
/
+3
2006-02-18
Prevent git-upload-pack segfault if object cannot be found
Carl Worth
2
-1
/
+6
2006-02-18
Abstract test_create_repo out for use in tests.
Carl Worth
1
-6
/
+17
2006-02-18
Trap exit to clean up created directory if clone fails.
Carl Worth
1
-0
/
+4
2006-02-16
More useful/hinting error messages in git-checkout
v1.2.1
Josef Weidendorfer
1
-3
/
+10
2006-02-16
Print an error if cloning a http repo and NO_CURL is set
Fernando J. Pereda
2
-1
/
+8
2006-02-15
checkout: fix dirty-file display.
Junio C Hamano
1
-2
/
+4
2006-02-14
combine-diff: diff-files fix (#2)
Junio C Hamano
1
-0
/
+2
2006-02-14
combine-diff: diff-files fix.
Junio C Hamano
1
-4
/
+5
2006-02-14
s/SHELL/SHELL_PATH/ in Makefile
Fredrik Kuivinen
1
-1
/
+1
2006-02-14
bisect: remove BISECT_NAMES after done.
Junio C Hamano
1
-0
/
+1
2006-02-14
Documentation: git-ls-files asciidocco.
Junio C Hamano
1
-1
/
+1
2006-02-13
Documentation: git-commit in 1.2.X series defaults to --include.
Junio C Hamano
1
-7
/
+27
2006-02-12
GIT 1.2.0
v1.2.0
Junio C Hamano
1
-1
/
+1
2006-02-12
Fix "test: unexpected operator" on bsd
Junio C Hamano
1
-1
/
+1
2006-02-12
git-commit: show dirtiness including index.
Junio C Hamano
1
-1
/
+2
2006-02-12
Make pack-objects chattier.
Junio C Hamano
1
-4
/
+6
2006-02-12
avoid echo -e, there are systems where it does not work
Alex Riesen
2
-2
/
+3
2006-02-12
fix "test: 2: unexpected operator" on bsd
Alex Riesen
1
-1
/
+1
2006-02-12
Fix object re-hashing
Linus Torvalds
1
-1
/
+1
2006-02-12
hashtable-based objects: minimum fixups.
Junio C Hamano
1
-2
/
+4
2006-02-12
Use a hashtable for objects instead of a sorted list
Johannes Schindelin
4
-34
/
+49