index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
show-index.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2010-12-23
Makefile: add NO_FNMATCH_CASEFOLD to IRIX sections
Brandon Casey
1
-0
/
+2
2010-12-23
test-lib.sh/test_decode_color(): use octal not hex in awk script
Brandon Casey
1
-1
/
+1
2010-12-22
git.txt: correct where --work-tree path is relative to
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2010-12-22
Revert "Documentation: always respect core.worktree if set"
Nguyễn Thái Ngọc Duy
1
-15
/
+8
2010-12-22
t0001: test git init when run via an alias
Jonathan Nieder
1
-0
/
+56
2010-12-22
Remove all logic from get_git_work_tree()
Nguyễn Thái Ngọc Duy
3
-28
/
+19
2010-12-22
setup: rework setup_explicit_git_dir()
Nguyễn Thái Ngọc Duy
2
-203
/
+221
2010-12-22
setup: clean up setup_discovered_git_dir()
Nguyễn Thái Ngọc Duy
2
-48
/
+48
2010-12-22
t1020-subdirectory: test alias expansion in a subdirectory
Michael J Gruber
1
-0
/
+8
2010-12-22
setup: clean up setup_bare_git_dir()
Nguyễn Thái Ngọc Duy
1
-10
/
+9
2010-12-22
setup: limit get_git_work_tree()'s to explicit setup case only
Nguyễn Thái Ngọc Duy
5
-37
/
+51
2010-12-22
Use git_config_early() instead of git_config() during repo setup
Nguyễn Thái Ngọc Duy
1
-12
/
+35
2010-12-22
Add git_config_early()
Nguyễn Thái Ngọc Duy
2
-5
/
+15
2010-12-21
t0050: fix printf format strings for portability
Jonathan Nieder
1
-2
/
+2
2010-12-21
t3419-*.sh: Fix arithmetic expansion syntax error
Ramsay Jones
1
-2
/
+2
2010-12-21
am --abort: keep unrelated commits since the last failure and warn
Junio C Hamano
2
-2
/
+34
2010-12-21
set_try_to_free_routine(NULL) means "do nothing special"
Junio C Hamano
2
-6
/
+4
2010-12-21
commit: die before asking to edit the log message
Junio C Hamano
1
-22
/
+32
2010-12-21
completion: add missing configuration variables
Martin von Zweigbergk
1
-4
/
+66
2010-12-20
ident: die on bogus date format
Jeff King
2
-2
/
+8
2010-12-20
fill_textconv(): Don't get/put cache if sha1 is not valid
Kirill Smelkov
2
-4
/
+3
2010-12-20
t/t8006: Demonstrate blame is broken when cachetextconv is on
Kirill Smelkov
1
-0
/
+22
2010-12-19
t9300: use perl "head -c" clone in place of "dd bs=1 count=16000" kluge
Jonathan Nieder
1
-35
/
+49
2010-12-19
t2107: mark passing test as success
Jeff King
1
-1
/
+1
2010-12-19
handle arbitrary ints in git_config_maybe_bool
Jeff King
1
-5
/
+3
2010-12-19
builtin/rm.c: Use ALLOC_GROW instead of alloc_nr and xrealloc.
Thiago Farina
1
-10
/
+2
2010-12-19
builtin/branch.c: Use ALLOC_GROW instead of alloc_nr and xrealloc.
Thiago Farina
1
-6
/
+1
2010-12-19
gitweb: Include links to feeds in HTML header only for '200 OK' response
Jakub Narebski
1
-42
/
+47
2010-12-19
fsck docs: remove outdated and useless diagnostic
Mark Lodato
1
-3
/
+0
2010-12-19
userdiff: fix typo in ruby and python word regexes
Thomas Rast
1
-2
/
+2
2010-12-17
trace.c: mark file-local function static
Vasyl' Vavrychuk
1
-1
/
+1
2010-12-17
bash completion: add basic support for git-reflog
Tay Ray Chuan
1
-1
/
+12
2010-12-17
Fix typo in git-gc document.
Jiang Xin
2
-2
/
+2
2010-12-17
Update draft release notes to 1.7.4
Junio C Hamano
2
-7
/
+43
2010-12-16
get_sha1: handle special case $commit^{/}
Nguyễn Thái Ngọc Duy
1
-0
/
+7
2010-12-16
difftool: provide basename to external tools
Michael J Gruber
2
-0
/
+2
2010-12-16
git-difftool.txt: correct the description of $BASE and describe $MERGED
Michael J Gruber
1
-2
/
+3
2010-12-15
Git 1.6.4.5
v1.6.4.5
Junio C Hamano
3
-2
/
+22
2010-12-15
gitweb: Introduce esc_attr to escape attributes of HTML elements
Jakub Narebski
1
-15
/
+22
2010-12-15
bash: simple reimplementation of _get_comp_words_by_ref
Jonathan Nieder
1
-8
/
+110
2010-12-15
bash: get --pretty=m<tab> completion to work with bash v4
Peter van der Does
1
-76
/
+160
2010-12-15
get_sha1: support $commit^{/regex} syntax
Nguyễn Thái Ngọc Duy
3
-11
/
+105
2010-12-14
difftool: Fix failure on Cygwin
Ramsay Jones
1
-4
/
+8
2010-12-14
t9501-*.sh: Fix a test failure on Cygwin
Ramsay Jones
1
-1
/
+1
2010-12-14
lib-git-svn.sh: Add check for mis-configured web server variables
Ramsay Jones
1
-0
/
+10
2010-12-14
lib-git-svn.sh: Avoid setting web server variables unnecessarily
Ramsay Jones
1
-22
/
+25
2010-12-14
t9142: Move call to start_httpd into the setup test
Ramsay Jones
1
-3
/
+2
2010-12-14
t3600-rm.sh: Don't pass a non-existent prereq to test #15
Ramsay Jones
1
-1
/
+1
2010-12-14
gitweb: Fix handling of whitespace in generated links
Jakub Narebski
1
-8
/
+23
2010-12-14
Prepare for 1.7.3.4
Junio C Hamano
1
-0
/
+10
[next]