index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
shell.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-10-01
lock_file(): exit early if lockfile cannot be opened
Michael Haggerty
1
-12
/
+11
2014-10-01
prepare_index(): declare return value to be (const char *)
Michael Haggerty
1
-2
/
+2
2014-10-01
delete_ref_loose(): don't muck around in the lock_file's filename
Michael Haggerty
1
-6
/
+9
2014-10-01
cache.h: define constants LOCK_SUFFIX and LOCK_SUFFIX_LEN
Michael Haggerty
3
-8
/
+14
2014-10-01
lockfile.c: document the various states of lock_file objects
Michael Haggerty
1
-0
/
+42
2014-10-01
lock_file(): always initialize and register lock_file object
Michael Haggerty
1
-9
/
+16
2014-10-01
hold_lock_file_for_append(): release lock on errors
Michael Haggerty
1
-2
/
+2
2014-10-01
lockfile: unlock file if lockfile permissions cannot be adjusted
Michael Haggerty
1
-0
/
+1
2014-10-01
rollback_lock_file(): set fd to -1
Michael Haggerty
1
-2
/
+1
2014-10-01
rollback_lock_file(): exit early if lock is not active
Michael Haggerty
1
-6
/
+7
2014-10-01
rollback_lock_file(): do not clear filename redundantly
Michael Haggerty
1
-1
/
+1
2014-10-01
close_lock_file(): exit (successfully) if file is already closed
Michael Haggerty
2
-2
/
+6
2014-10-01
api-lockfile: revise and expand the documentation
Michael Haggerty
1
-54
/
+167
2014-10-01
unable_to_lock_die(): rename function from unable_to_lock_index_die()
Michael Haggerty
4
-6
/
+6
2014-09-30
Git 2.1.2
v2.1.2
Junio C Hamano
4
-3
/
+24
2014-09-29
Update draft release notes to 2.2
Junio C Hamano
1
-0
/
+12
2014-09-26
Update draft release notes to 2.2
Junio C Hamano
1
-0
/
+21
2014-09-25
l10n: de.po: use comma before "um"
Phillip Sz
1
-43
/
+43
2014-09-25
l10n: de.po: change Email to E-Mail
Phillip Sz
1
-7
/
+7
2014-09-25
po/TEAMS: add new member to German translation team
Ralf Thielow
1
-0
/
+1
2014-09-23
merge-recursive: remove stale commented debugging code
Stefan Beller
1
-4
/
+0
2014-09-23
merge-recursive: fix copy-paste mistake
Stefan Beller
1
-1
/
+1
2014-09-22
mailinfo: work around -Wstring-plus-int warning
Eric Sunshine
1
-1
/
+2
2014-09-22
mingw.h: add dummy functions for sigset_t operations
Johannes Sixt
2
-3
/
+8
2014-09-22
t6031-test-merge-recursive: do not forget to add file to be committed
Stefan Beller
1
-0
/
+1
2014-09-22
t9300-fast-import: fix typo in test description
Stefan Beller
1
-1
/
+1
2014-09-22
remote: simplify match_name_with_pattern() using strbuf
René Scharfe
1
-12
/
+5
2014-09-22
graph: simplify graph_padding_line()
René Scharfe
1
-13
/
+4
2014-09-19
Update draft release notes to 2.2
Junio C Hamano
1
-12
/
+51
2014-09-19
Git 2.1.1
v2.1.1
Junio C Hamano
4
-3
/
+48
2014-09-19
stash: prefer --quiet over shell redirection of the standard error stream
David Aguilar
1
-6
/
+7
2014-09-19
refs: make rev-parse --quiet actually quiet
David Aguilar
6
-16
/
+58
2014-09-19
pretty: add %D format specifier
Harry Jeffery
5
-11
/
+35
2014-09-18
unblock and unignore SIGPIPE
Patrick Reynolds
2
-0
/
+44
2014-09-18
help: fix the size passed to qsort
Stefan Beller
1
-1
/
+1
2014-09-18
branch: clean up commit flags after merge-filter walk
Jeff King
2
-14
/
+48
2014-09-18
use REALLOC_ARRAY for changing the allocation size of arrays
René Scharfe
26
-70
/
+40
2014-09-18
add macro REALLOC_ARRAY
René Scharfe
2
-0
/
+5
2014-09-17
receive-pack: allow hooks to ignore its standard input stream
Junio C Hamano
2
-0
/
+19
2014-09-16
Documentation/git-rebase.txt: <upstream> must be given to specify <branch>
Sergey Organov
1
-1
/
+1
2014-09-16
t1503: use test_must_be_empty
David Aguilar
1
-5
/
+5
2014-09-16
credential-cache: close stderr in daemon process
Jeff King
2
-5
/
+26
2014-09-16
mailinfo: make ">From" in-body header check more robust
Jeff King
6
-1
/
+65
2014-09-16
Documentation: a note about stdout for git rev-parse --verify --quiet
David Aguilar
1
-0
/
+1
2014-09-15
compat-util: add _DEFAULT_SOURCE define
Sergey Senozhatsky
1
-0
/
+1
2014-09-15
Makefile: fix some typos in the preamble
Ian Liu Rodrigues
1
-2
/
+2
2014-09-15
repack: call prune_packed_objects() and update_server_info() directly
René Scharfe
1
-17
/
+6
2014-09-15
server-info: clean up after writing info/packs
Jeff King
1
-0
/
+9
2014-09-15
make update-server-info more robust
Jeff King
1
-45
/
+71
2014-09-15
prune-packed: fix minor memory leak
Jeff King
1
-0
/
+1
[next]