index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-06
Documentation: refer to gitworkflows(7) from tutorial and git(1)
Thomas Rast
2
-1
/
+8
2009-06-06
daemon: Strictly parse the "extra arg" part of the command
Shawn O. Pearce
2
-5
/
+10
2009-06-06
Makefile: add section for SunOS 5.7
Brandon Casey
1
-0
/
+10
2009-06-06
Makefile: introduce SANE_TOOL_PATH for prepending required elements to PATH
Junio C Hamano
2
-0
/
+16
2009-06-06
Makefile: define __sun__ on SunOS
Brandon Casey
1
-1
/
+1
2009-06-06
git-compat-util.h: tweak the way _XOPEN_SOURCE is set on Solaris
Brandon Casey
1
-1
/
+14
2009-06-06
On Solaris choose the OLD_ICONV iconv() declaration based on the UNIX spec
Brandon Casey
2
-2
/
+2
2009-06-06
Makefile: add NEEDS_RESOLV to optionally add -lresolv to compile arguments
Brandon Casey
1
-1
/
+10
2009-06-06
t6030: test skipping away from an already skipped commit
Christian Couder
1
-0
/
+12
2009-06-06
bisect: when skipping, choose a commit away from a skipped commit
Christian Couder
1
-1
/
+49
2009-06-06
bisect: add parameters to "filter_skipped"
Christian Couder
3
-6
/
+42
2009-06-06
http*: add helper methods for fetching objects (loose)
Tay Ray Chuan
4
-431
/
+336
2009-06-06
http*: add helper methods for fetching packs
Tay Ray Chuan
4
-151
/
+167
2009-06-06
http: use new http API in fetch_index()
Tay Ray Chuan
1
-73
/
+8
2009-06-06
http*: add http_get_info_packs
Tay Ray Chuan
4
-345
/
+186
2009-06-06
http-push.c::fetch_symref(): use the new http API
Mike Hommey
1
-17
/
+3
2009-06-06
http-push.c::remote_exists(): use the new http API
Mike Hommey
1
-19
/
+12
2009-06-06
http.c::http_fetch_ref(): use the new http API
Mike Hommey
1
-25
/
+8
2009-06-06
transport.c::get_refs_via_curl(): use the new http API
Mike Hommey
1
-22
/
+12
2009-06-06
http.c: new functions for the http API
Mike Hommey
2
-0
/
+134
2009-06-06
http: create function end_url_with_slash
Tay Ray Chuan
1
-3
/
+9
2009-06-06
http*: move common variables and macros to http.[ch]
Tay Ray Chuan
4
-20
/
+20
2009-06-06
transport.c::get_refs_via_curl(): do not leak refs_url
Mike Hommey
1
-0
/
+1
2009-06-06
Don't expect verify_pack() callers to set pack_size
Mike Hommey
1
-3
/
+5
2009-06-06
http-push: do not SEGV after fetching a bad pack idx file
Tay Ray Chuan
1
-0
/
+2
2009-06-06
http*: copy string returned by sha1_to_hex
Tay Ray Chuan
2
-45
/
+47
2009-06-06
http-walker: verify remote packs
Tay Ray Chuan
1
-3
/
+30
2009-06-06
http-push, http-walker: style fixes
Tay Ray Chuan
2
-52
/
+79
2009-06-06
t5550-http-fetch: test fetching of packed objects
Tay Ray Chuan
1
-0
/
+8
2009-06-06
http-push: fix missing "#ifdef USE_CURL_MULTI" around "is_running_queue"
Tay Ray Chuan
1
-0
/
+2
2009-06-06
http-push: send out fetch requests on queue
Tay Ray Chuan
2
-13
/
+28
2009-06-06
t5540-http-push: test fetching of packed objects
Tay Ray Chuan
1
-0
/
+20
2009-06-06
t5540-http-push: test fetching of loose objects
Tay Ray Chuan
1
-0
/
+16
2009-06-06
Merge branch 'rc/maint-http-local-slot-fix' into rc/http-push
Junio C Hamano
2
-0
/
+12
2009-06-06
http*: cleanup slot->local after fclose
Tay Ray Chuan
2
-0
/
+12
2009-06-03
Documentation/git.txt: update links to release notes
Junio C Hamano
1
-1
/
+6
2009-06-03
Merge branch 'maint' to sync with 1.6.3.2
Junio C Hamano
2
-8
/
+10
2009-06-03
GIT 1.6.3.2
Junio C Hamano
2
-8
/
+6
2009-06-03
Show presence of stashed changes in bash prompt.
Daniel Trstenjak
1
-2
/
+10
2009-06-03
grep: fix empty word-regexp matches
René Scharfe
1
-1
/
+5
2009-06-03
Merge branch 'da/pretty-tempname'
Junio C Hamano
10
-1
/
+177
2009-06-03
Clean up and simplify rev_compare_tree()
Linus Torvalds
2
-23
/
+15
2009-06-03
Merge branch 'maint'
Junio C Hamano
7
-39
/
+82
2009-06-03
blame: correctly handle a path that used to be a directory
Junio C Hamano
2
-8
/
+33
2009-06-03
add -i: do not dump patch during application
Thomas Rast
1
-1
/
+0
2009-06-03
Rename submodule.<name>.rebase to submodule.<name>.update
Johan Herland
4
-27
/
+35
2009-06-02
Update draft release notes for 1.6.3.2
Junio C Hamano
1
-14
/
+26
2009-06-02
Merge branch 'cb/maint-1.6.0-xdl-merge-fix' into maint
Junio C Hamano
2
-16
/
+21
2009-06-02
Merge branch 'rs/maint-grep-word-regexp-fix' into maint
Junio C Hamano
2
-1
/
+11
2009-06-02
Merge branch 'sb/maint-1.6.2-opt-filename-fix' into maint
Junio C Hamano
6
-0
/
+93
[prev]
[next]