index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
wt-status.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-05-04
refs: fix find_containing_dir() regression
Junio C Hamano
1
-1
/
+3
2012-05-03
refs: read loose references lazily
Michael Haggerty
1
-29
/
+96
2012-05-03
read_loose_refs(): eliminate ref_cache argument
Michael Haggerty
1
-4
/
+4
2012-05-03
struct ref_dir: store a reference to the enclosing ref_cache
Michael Haggerty
1
-4
/
+11
2012-05-03
search_for_subdir(): return (ref_dir *) instead of (ref_entry *)
Michael Haggerty
1
-11
/
+10
2012-05-03
get_ref_dir(): add function for getting a ref_dir from a ref_entry
Michael Haggerty
1
-15
/
+25
2012-05-03
read_loose_refs(): rename function from get_ref_dir()
Michael Haggerty
1
-7
/
+7
2012-05-03
refs: wrap top-level ref_dirs in ref_entries
Michael Haggerty
1
-18
/
+19
2012-05-03
find_containing_dir(): use strbuf in implementation of this function
Michael Haggerty
1
-9
/
+10
2012-05-03
bisect: copy filename string obtained from git_path()
Michael Haggerty
1
-3
/
+5
2012-05-03
do_for_each_reflog(): use a strbuf to hold logfile name
Michael Haggerty
1
-29
/
+31
2012-05-03
do_for_each_reflog(): return early on error
Michael Haggerty
1
-35
/
+35
2012-05-03
get_ref_dir(): take the containing directory as argument
Michael Haggerty
1
-4
/
+8
2012-05-03
refs.c: extract function search_for_subdir()
Michael Haggerty
1
-10
/
+24
2012-05-03
get_ref_dir(): require that the dirname argument ends in '/'
Michael Haggerty
1
-7
/
+7
2012-05-03
get_ref_dir(): rename "base" parameter to "dirname"
Michael Haggerty
1
-10
/
+10
2012-05-03
get_ref_dir(): use a strbuf to hold refname
Michael Haggerty
1
-28
/
+26
2012-04-25
get_ref_dir(): return early if directory cannot be read
Michael Haggerty
1
-41
/
+44
2012-04-24
git-svn: drop redundant blocking of SIGPIPE
Roman Kagan
1
-1
/
+1
2012-04-24
git-svn: ignore SIGPIPE
Roman Kagan
1
-0
/
+5
2012-04-24
git-svn: use POSIX::sigprocmask to block signals
Roman Kagan
1
-6
/
+9
2012-04-23
RelNotes: the fourth batch of topics graduated to 'master'
Junio C Hamano
1
-0
/
+27
2012-04-21
RelNotes: the third batch
Junio C Hamano
1
-1
/
+27
2012-04-19
t9400: fix gnuism in grep
Junio C Hamano
1
-2
/
+2
2012-04-18
git-sh-setup.sh: Add an pwd() function for MinGW
Ramsay Jones
1
-0
/
+4
2012-04-18
git-submodule.sh: Don't use $path variable in eval_gettext string
Ramsay Jones
1
-79
/
+82
2012-04-18
compat/mingw.h: Set S_ISUID to prevent a fast-import test failure
Ramsay Jones
1
-3
/
+4
2012-04-17
mergesort: rename it to llist_mergesort()
Junio C Hamano
4
-11
/
+19
2012-04-17
Do not use SHELL_PATH from build system in prepare_shell_cmd on Windows
Johannes Sixt
1
-0
/
+4
2012-04-16
RelNotes: the second batch of topics graduated to 'master'
Junio C Hamano
1
-0
/
+41
2012-04-16
RelNotes: the first batch of topics graduated to 'master'
Junio C Hamano
1
-0
/
+19
2012-04-16
merge overwrites unstaged changes in renamed file
Clemens Buchacher
1
-0
/
+9
2012-04-15
fast-import doc: cat-blob and ls responses need to be consumed quickly
Jonathan Nieder
1
-3
/
+39
2012-04-15
submodules: recursive fetch also checks new tags for submodule commits
Jens Lehmann
1
-3
/
+3
2012-04-15
test: am of empty patch should not succeed
Jonathan Nieder
1
-1
/
+1
2012-04-15
test: use test_i18ncmp for "Patch format detection failed" message
Jonathan Nieder
1
-1
/
+1
2012-04-15
test: do not rely on US English tracking-info messages
Jonathan Nieder
2
-6
/
+6
2012-04-12
Fix httpd tests that broke when non-ff push advice changed
Christopher Tiwald
2
-2
/
+2
2012-04-11
apply: document buffer ownership rules across functions
Junio C Hamano
1
-2
/
+51
2012-04-11
apply: tighten constness of line buffer
Junio C Hamano
1
-7
/
+7
2012-04-11
apply: drop unused macro
Junio C Hamano
1
-1
/
+0
2012-04-11
blame: accept --need-minimal
Junio C Hamano
1
-0
/
+1
2012-04-11
Kick off post 1.7.10 cycle
Junio C Hamano
3
-2
/
+31
2012-04-11
gitweb: Fix unintended "--no-merges" for regular Atom feed
Sebastian Pipping
1
-0
/
+1
2012-04-11
tests: modernise style: more uses of test_line_count
Stefano Lattarini
19
-74
/
+65
2012-04-11
revision: insert unsorted, then sort in prepare_revision_walk()
René Scharfe
3
-1
/
+19
2012-04-11
commit: use mergesort() in commit_list_sort_by_date()
René Scharfe
1
-6
/
+23
2012-04-11
add mergesort() for linked lists
René Scharfe
5
-0
/
+138
2012-04-11
unpack-trees: plug minor memory leak
René Scharfe
1
-9
/
+16
2012-04-11
unpack-trees: don't perform any index operation if we're not merging
René Scharfe
1
-1
/
+1
[next]