index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
t
/
t9154
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2011-08-14
merge-recursive: Split was_tracked() out of would_lose_untracked()
Elijah Newren
1
-3
/
+8
2011-08-14
merge-recursive: Save D/F conflict filenames instead of unlinking them
Elijah Newren
2
-16
/
+25
2011-08-14
merge-recursive: Fix code checking for D/F conflicts still being present
Elijah Newren
1
-15
/
+34
2011-08-14
merge-recursive: Fix sorting order and directory change assumptions
Elijah Newren
2
-13
/
+53
2011-08-14
merge-recursive: Fix recursive case with D/F conflict via add/add conflict
Elijah Newren
2
-2
/
+4
2011-08-14
merge-recursive: Avoid working directory changes during recursive case
Elijah Newren
1
-0
/
+7
2011-08-14
merge-recursive: Remember to free generated unique path names
Elijah Newren
1
-8
/
+12
2011-08-14
merge-recursive: Consolidate different update_stages functions
Elijah Newren
1
-18
/
+9
2011-08-14
merge-recursive: Mark some diff_filespec struct arguments const
Elijah Newren
1
-9
/
+10
2011-08-14
merge-recursive: Correct a comment
Elijah Newren
1
-1
/
+1
2011-08-14
merge-recursive: Make BUG message more legible by adding a newline
Elijah Newren
1
-1
/
+1
2011-08-14
t6022: Add testcase for merging a renamed file with a simple change
Elijah Newren
1
-0
/
+27
2011-08-14
t6022: New tests checking for unnecessary updates of files
Elijah Newren
1
-0
/
+63
2011-08-14
t6022: Remove unnecessary untracked files to make test cleaner
Elijah Newren
1
-0
/
+1
2011-08-14
t6036: criss-cross + rename/rename(1to2)/add-source + modify/modify
Elijah Newren
1
-0
/
+77
2011-08-14
t6036: criss-cross w/ rename/rename(1to2)/modify+rename/rename(2to1)/modify
Elijah Newren
1
-0
/
+88
2011-08-14
t6036: tests for criss-cross merges with various directory/file conflicts
Elijah Newren
1
-0
/
+159
2011-08-14
t6036: criss-cross with weird content can fool git into clean merge
Elijah Newren
1
-0
/
+83
2011-08-14
t6036: Add differently resolved modify/delete conflict in criss-cross test
Elijah Newren
1
-0
/
+83
2011-08-14
t6042: Add failing testcases for rename/rename/add-{source,dest} conflicts
Elijah Newren
1
-0
/
+125
2011-08-14
t6042: Ensure rename/rename conflicts leave index and workdir in sane state
Elijah Newren
1
-0
/
+102
2011-08-14
t6042: Add tests for content issues with modify/rename/directory conflicts
Elijah Newren
1
-0
/
+141
2011-08-14
t6042: Add a testcase where undetected rename causes silent file deletion
Elijah Newren
1
-0
/
+65
2011-08-14
t6042: Add a pair of cases where undetected renames cause issues
Elijah Newren
1
-0
/
+61
2011-08-14
t6042: Add failing testcase for rename/modify/add-source conflict
Elijah Newren
1
-0
/
+39
2011-08-14
t6042: Add a testcase where git deletes an untracked file
Elijah Newren
2
-1
/
+37
2011-06-09
fetch: do not leak a refspec
Jim Meyering
1
-2
/
+4
2011-06-01
Git 1.7.5.4
v1.7.5.4
Junio C Hamano
3
-2
/
+6
2011-06-01
diffcore-rename.c: avoid set-but-not-used warning
Jim Meyering
1
-2
/
+1
2011-05-31
Start 1.7.5.4 draft release notes
Junio C Hamano
2
-1
/
+19
2011-05-30
Documentation: do not misinterpret refspecs as bold text
Jonathan Nieder
1
-3
/
+3
2011-05-27
config.mak.in: allow "configure --sysconfdir=/else/where"
Junio C Hamano
1
-0
/
+1
2011-05-27
docs: fix some antique example output
Jeff King
2
-4
/
+4
2011-05-27
docs: make sure literal "->" isn't converted to arrow
Jeff King
2
-5
/
+5
2011-05-27
docs: update status --porcelain format
Jeff King
1
-4
/
+23
2011-05-27
docs: minor grammar fixes to git-status
Jeff King
1
-3
/
+4
2011-05-27
git-submodule.sh: separate parens by a space to avoid confusing some shells
Brandon Casey
1
-1
/
+1
2011-05-26
Documentation/technical/api-diff.txt: correct name of diff_unmerge()
Brandon Casey
1
-2
/
+2
2011-05-26
read_gitfile_gently: use ssize_t to hold read result
Jeff King
1
-1
/
+1
2011-05-26
remove tests of always-false condition
Jim Meyering
2
-2
/
+2
2011-05-26
rerere.c: diagnose a corrupt MERGE_RR when hitting EOF between TAB and '\0'
Jim Meyering
1
-2
/
+8
2011-05-26
Git 1.7.5.3
v1.7.5.3
Junio C Hamano
4
-3
/
+36
2011-05-25
userformat_find_requirements(): find requirement for the correct format
Junio C Hamano
1
-1
/
+1
2011-05-25
init/clone: remove short option -L and document --separate-git-dir
Nguyen Thai Ngoc Duy
6
-8
/
+6
2011-05-25
handle_options(): do not miscount how many arguments were used
Junio C Hamano
2
-5
/
+3
2011-05-25
config: always parse GIT_CONFIG_PARAMETERS during git_config
Jeff King
2
-40
/
+18
2011-05-25
git_config: don't peek at global config_parameters
Jeff King
1
-4
/
+11
2011-05-25
config: make environment parsing routines static
Jeff King
2
-4
/
+2
2011-05-20
do not read beyond end of malloc'd buffer
Jim Meyering
2
-2
/
+36
2011-05-20
git-svn: Fix git svn log --show-commit
Michael J Gruber
2
-1
/
+16
[next]